diff --git a/CHANGELOG.md b/CHANGELOG.md index b64afa7..34e774f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### Bug Fixes + +* clear selection ([618b55d](https://github.com/mob-sakai/UpmGitExtension/commit/618b55dc3816f22501d0b09b3a1e7a1cac1ae552)) + # [2.0.0-preview.3](https://github.com/mob-sakai/UpmGitExtension/compare/2.0.0-preview.2...2.0.0-preview.3) (2022-05-21) diff --git a/package.json b/package.json index 538ae54..ea0b785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.coffee.upm-git-extension", - "version": "2.0.0-preview.3", + "version": "2.0.0-preview.4", "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": {