Skip to content

Commit d9d2afc

Browse files
chore(release): 1.38.0 [skip ci]
# [1.38.0](1.37.1...1.38.0) (2022-05-13) ### Bug Fixes * Fixed editor icons missing after exiting play mode ([4280803](4280803)) ### Features * Added Enum.DoesNotContainFlag() extension method ([24f68bd](24f68bd))
1 parent 4649019 commit d9d2afc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.38.0](https://github.com/SolidAlloy/SolidUtilities/compare/1.37.1...1.38.0) (2022-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed editor icons missing after exiting play mode ([4280803](https://github.com/SolidAlloy/SolidUtilities/commit/42808039419f891d519142c202bdef907ceb7325))
7+
8+
9+
### Features
10+
11+
* Added Enum.DoesNotContainFlag() extension method ([24f68bd](https://github.com/SolidAlloy/SolidUtilities/commit/24f68bd24e1f685ec790fc2a0959cfbf2f9d9598))
12+
113
## [1.37.1](https://github.com/SolidAlloy/SolidUtilities/compare/1.37.0...1.37.1) (2022-05-10)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.util",
3-
"version": "1.37.1",
3+
"version": "1.38.0",
44
"displayName": "Solid Utilities",
55
"description": "Different utilities that simplify development in Unity3D",
66
"keywords": [

0 commit comments

Comments
 (0)