Skip to content

Commit

Permalink
chore(release): 1.1.0-preview.12 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-preview.12](v1.1.0-preview.11...v1.1.0-preview.12) (2020-03-07)

### Bug Fixes

* console log is a little chatty [#82](#82) ([a632d7f](a632d7f))
* releases wrongly being flagged as "preview" ([a32069e](a32069e)), closes [#83](#83)

### Features

* add keywords to package.json ([c0ee69e](c0ee69e))
  • Loading branch information
semantic-release-bot committed Mar 7, 2020
1 parent 4c6f1d3 commit bd92c74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Packages/com.coffee.upm-git-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0-preview.12](https://github.com/mob-sakai/UpmGitExtension/compare/v1.1.0-preview.11...v1.1.0-preview.12) (2020-03-07)


### Bug Fixes

* console log is a little chatty [#82](https://github.com/mob-sakai/UpmGitExtension/issues/82) ([a632d7f](https://github.com/mob-sakai/UpmGitExtension/commit/a632d7fc2f560967ca982b0f3b68334214f83ad5))
* releases wrongly being flagged as "preview" ([a32069e](https://github.com/mob-sakai/UpmGitExtension/commit/a32069efa78c028ebc1ac3b0daa2d86f3cd7ff58)), closes [#83](https://github.com/mob-sakai/UpmGitExtension/issues/83)


### Features

* add keywords to package.json ([c0ee69e](https://github.com/mob-sakai/UpmGitExtension/commit/c0ee69ea21ec08075396a83420b8d1c8f3457ac9))

# [1.1.0-preview.11](https://github.com/mob-sakai/UpmGitExtension/compare/v1.1.0-preview.10...v1.1.0-preview.11) (2020-02-27)


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
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.upm-git-extension",
"displayName": "UPM Git Extension",
"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",
"version": "1.1.0-preview.11",
"version": "1.1.0-preview.12",
"unity": "2018.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit bd92c74

Please sign in to comment.