Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2021-06-01)

### Bug Fixes

* **init wizard:** leaving the Unity version blank now respects blank values ([95f185e](95f185e))

### Features

* **cli:** oyster install moved to `oyster init` namespace ([02f6326](02f6326))
* **command:** `oyster generate-config` auto create a .oyster.json file for older projects ([c73874b](c73874b))
* **command upgrade:** `npx oyster-package-generator upgrade` can now be used to upgrade a project ([11ca4cf](11ca4cf))
  • Loading branch information
semantic-release-bot committed Jun 1, 2021
1 parent b5b11ed commit d7130a4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0](https://github.com/ashblue/oyster-package-generator/compare/v2.0.0...v2.1.0) (2021-06-01)


### Bug Fixes

* **init wizard:** leaving the Unity version blank now respects blank values ([95f185e](https://github.com/ashblue/oyster-package-generator/commit/95f185e37213f669976514d76a4c807d1aa6da4b))


### Features

* **cli:** oyster install moved to `oyster init` namespace ([02f6326](https://github.com/ashblue/oyster-package-generator/commit/02f6326c9a3592426a39488e47aec0bbd7d08c53))
* **command:** `oyster generate-config` auto create a .oyster.json file for older projects ([c73874b](https://github.com/ashblue/oyster-package-generator/commit/c73874b7e138efd3906a8ea2946f246b83ba26ed))
* **command upgrade:** `npx oyster-package-generator upgrade` can now be used to upgrade a project ([11ca4cf](https://github.com/ashblue/oyster-package-generator/commit/11ca4cf6858fd5bf2b76d89d3c657ce778667b9c))

# [2.0.0](https://github.com/ashblue/oyster-package-generator/compare/v1.0.0...v2.0.0) (2021-04-10)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oyster-package-generator",
"version": "2.0.0",
"version": "2.1.0",
"description": "CLI to automatically generate a Unity Package Manager project",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d7130a4

Please sign in to comment.