Skip to content

Commit

Permalink
chore(release): 1.30.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.30.0](1.29.0...1.30.0) (2021-06-20)

### Features

* Added PathHelper.MakeRelative() and PathHelper.IsSubPathOf() methods ([7f9803f](7f9803f))
* Added ProjectWindowUtilProxy.GetActiveFolderPath() method ([fae929f](fae929f))
  • Loading branch information
semantic-release-bot committed Jun 20, 2021
1 parent fae929f commit d8a6400
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.30.0](https://github.com/SolidAlloy/SolidUtilities/compare/1.29.0...1.30.0) (2021-06-20)


### Features

* Added PathHelper.MakeRelative() and PathHelper.IsSubPathOf() methods ([7f9803f](https://github.com/SolidAlloy/SolidUtilities/commit/7f9803f6259aea6d0c446c51bd7a7b96ce7ba0f8))
* Added ProjectWindowUtilProxy.GetActiveFolderPath() method ([fae929f](https://github.com/SolidAlloy/SolidUtilities/commit/fae929f67e2b53f4a8c2df71139e7132772d0d17))

# [1.29.0](https://github.com/SolidAlloy/SolidUtilities/compare/1.28.2...1.29.0) (2021-04-30)


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

0 comments on commit d8a6400

Please sign in to comment.