Skip to content

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](2.0.1...2.0.2) (2023-02-24)

### Bug Fixes

* support 2020.3.41f1, 2021.3.12f1, 2022.1.21f1, 2022.2.0f1, 2023.1.0b0 or later ([4109498](4109498)), closes [#124](#124) [#126](#126) [#128](#128)
  • Loading branch information
semantic-release-bot committed Feb 24, 2023
1 parent a23e985 commit b935c55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.2](https://github.com/mob-sakai/UpmGitExtension/compare/2.0.1...2.0.2) (2023-02-24)


### Bug Fixes

* support 2020.3.41f1, 2021.3.12f1, 2022.1.21f1, 2022.2.0f1, 2023.1.0b0 or later ([4109498](https://github.com/mob-sakai/UpmGitExtension/commit/4109498067a9d7fb92e7fdbe39f3b1867677d609)), closes [#124](https://github.com/mob-sakai/UpmGitExtension/issues/124) [#126](https://github.com/mob-sakai/UpmGitExtension/issues/126) [#128](https://github.com/mob-sakai/UpmGitExtension/issues/128)

## [2.0.1](https://github.com/mob-sakai/UpmGitExtension/compare/2.0.0...2.0.1) (2022-07-05)


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.coffee.upm-git-extension",
"version": "2.0.1",
"version": "2.0.2",
"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 b935c55

Please sign in to comment.