Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](1.11.0...1.12.0) (2020-10-27)

### Bug Fixes

* resolved the issue with absent EditorGUIUtility.GetMainWindowPosition on older Unity versions ([d47fc21](d47fc21))

### Features

* Added Hash.SHA1 method ([f7fb534](f7fb534))
* Added PackageSearcher.FindPackageByName method ([d028c84](d028c84))
* Added the DrawHelper.WidthDisabledGUI method ([58e72c2](58e72c2))
* Added the ReadOnly attribute ([7b5f46d](7b5f46d))
  • Loading branch information
semantic-release-bot committed Oct 27, 2020
1 parent d47fc21 commit 3358f56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.12.0](https://github.com/SolidAlloy/SolidUtilities/compare/1.11.0...1.12.0) (2020-10-27)


### Bug Fixes

* resolved the issue with absent EditorGUIUtility.GetMainWindowPosition on older Unity versions ([d47fc21](https://github.com/SolidAlloy/SolidUtilities/commit/d47fc21b03a6ec5523237b5da54e3566660d9772))


### Features

* Added Hash.SHA1 method ([f7fb534](https://github.com/SolidAlloy/SolidUtilities/commit/f7fb534c197d1bb283258463498a348fd9847b7d))
* Added PackageSearcher.FindPackageByName method ([d028c84](https://github.com/SolidAlloy/SolidUtilities/commit/d028c84c537df1243518f5732abb91a2ce265887))
* Added the DrawHelper.WidthDisabledGUI method ([58e72c2](https://github.com/SolidAlloy/SolidUtilities/commit/58e72c21a8bd2847717043708329b990a325e75b))
* Added the ReadOnly attribute ([7b5f46d](https://github.com/SolidAlloy/SolidUtilities/commit/7b5f46d26208696d7e55bb0c68c39536ad5eb4ea))

# [1.11.0](https://github.com/SolidAlloy/SolidUtilities/compare/1.10.0...1.11.0) (2020-10-22)


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.11.0",
"version": "1.12.0",
"displayName": "Solid Utilities",
"description": "Different utilities that simplify development in Unity3D",
"keywords": [
Expand Down

0 comments on commit 3358f56

Please sign in to comment.