Skip to content

Commit

Permalink
chore(release): 1.36.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.36.0](1.35.0...1.36.0) (2022-02-12)

### Features

* Added EditorHelper.ForceRebuildInspectors() ([8121c2e](8121c2e))
* Added TypeHelper.GetNiceNameOfGenericType() method ([2052bcd](2052bcd))
  • Loading branch information
semantic-release-bot committed Feb 12, 2022
1 parent 2052bcd commit ec8132e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.36.0](https://github.com/SolidAlloy/SolidUtilities/compare/1.35.0...1.36.0) (2022-02-12)


### Features

* Added EditorHelper.ForceRebuildInspectors() ([8121c2e](https://github.com/SolidAlloy/SolidUtilities/commit/8121c2e22ac23207fdf489d1cfdac88d6c31346d))
* Added TypeHelper.GetNiceNameOfGenericType() method ([2052bcd](https://github.com/SolidAlloy/SolidUtilities/commit/2052bcd997e9ec323edba014b0fbdf317d530d2b))

# [1.35.0](https://github.com/SolidAlloy/SolidUtilities/compare/1.34.0...1.35.0) (2022-02-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.solidalloy.util",
"version": "1.35.0",
"version": "1.36.0",
"displayName": "Solid Utilities",
"description": "Different utilities that simplify development in Unity3D",
"keywords": [
Expand Down

0 comments on commit ec8132e

Please sign in to comment.