diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e774f..00f0ac6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.0.0-preview.5](https://github.com/mob-sakai/UpmGitExtension/compare/2.0.0-preview.4...2.0.0-preview.5) (2022-06-18) + + +### Bug Fixes + +* newer packages version not updating unless restarting editor ([0c7179d](https://github.com/mob-sakai/UpmGitExtension/commit/0c7179dd87f6c685af80ac42ecb766f9912a3040)), closes [#121](https://github.com/mob-sakai/UpmGitExtension/issues/121) +* null pointer exception on package manager window opend ([b46e7ef](https://github.com/mob-sakai/UpmGitExtension/commit/b46e7ef0ec14a5769765dbd4ed2a7626832298ea)) + # [2.0.0-preview.4](https://github.com/mob-sakai/UpmGitExtension/compare/2.0.0-preview.3...2.0.0-preview.4) (2022-05-21) diff --git a/package.json b/package.json index ea0b785..c94a62b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.coffee.upm-git-extension", - "version": "2.0.0-preview.4", + "version": "2.0.0-preview.5", "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": {