Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2020-08-14)

### Bug Fixes

* Cannot implicitly convert type 'UnityEditor.PackageManager.UI.IPageManager' ([4122c94](4122c94)), closes [#93](#93)
* Package resolver is not working in Unity 2020.2 ([a3d6140](a3d6140))
* uninstall package from lock file ([ab696d8](ab696d8))
  • Loading branch information
semantic-release-bot committed Aug 14, 2020
1 parent 6d9af41 commit 3d0dc80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Packages/com.coffee.upm-git-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.1](https://github.com/mob-sakai/UpmGitExtension/compare/v1.3.0...v1.3.1) (2020-08-14)


### Bug Fixes

* Cannot implicitly convert type 'UnityEditor.PackageManager.UI.IPageManager' ([4122c94](https://github.com/mob-sakai/UpmGitExtension/commit/4122c948e50c7fe45490574859e65a7604e31339)), closes [#93](https://github.com/mob-sakai/UpmGitExtension/issues/93)
* Package resolver is not working in Unity 2020.2 ([a3d6140](https://github.com/mob-sakai/UpmGitExtension/commit/a3d61400e1cb17074d3bbbbe780a392202661057))
* uninstall package from lock file ([ab696d8](https://github.com/mob-sakai/UpmGitExtension/commit/ab696d865abf48be48fa5a3725f29db0626d0a6d))

# [1.3.0](https://github.com/mob-sakai/UpmGitExtension/compare/v1.2.3...v1.3.0) (2020-08-13)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.coffee.upm-git-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.coffee.upm-git-extension",
"version": "1.3.0",
"version": "1.3.1",
"description": "This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.\n\n - Support GitHub, GitLab, Bitbucket, etc.\n - Link to the repogitory and offline documents\n - Install the package from git repository with UI\n - Update the package with a specific tag/branch\n - Remove the package",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 3d0dc80

Please sign in to comment.