Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2022-09-19)

### Bug Fixes

* **git:** fixes Windows crash with nodegit ([e086187](e086187)), closes [#37](#37)

### Features

* **ci:** another CI run fix ([72df678](72df678))
* **ci:** cI no longer runs husky hooks ([365e049](365e049))
* **node:** upgraded to node v16 and all corresponding packages ([b67c434](b67c434)), closes [#57](#57)
* **readme:** updated gitignore template to 2022 ([e6f3421](e6f3421))

### BREAKING CHANGES

* **node:** Running on v14 will most likely crash. Without v16 all Oyster commands will
probably break
  • Loading branch information
semantic-release-bot committed Sep 19, 2022
1 parent 5aee805 commit 2ccb40e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [3.0.0](https://github.com/ashblue/oyster-package-generator/compare/v2.1.0...v3.0.0) (2022-09-19)


### Bug Fixes

* **git:** fixes Windows crash with nodegit ([e086187](https://github.com/ashblue/oyster-package-generator/commit/e086187639e3640c78a7b3cd499178320225ae43)), closes [#37](https://github.com/ashblue/oyster-package-generator/issues/37)


### Features

* **ci:** another CI run fix ([72df678](https://github.com/ashblue/oyster-package-generator/commit/72df678688f97e83a8894cf9a45201bd9984556f))
* **ci:** cI no longer runs husky hooks ([365e049](https://github.com/ashblue/oyster-package-generator/commit/365e049b160d894d6bcc6cb39fb0f7fd147d0eab))
* **node:** upgraded to node v16 and all corresponding packages ([b67c434](https://github.com/ashblue/oyster-package-generator/commit/b67c434fa1b4301ddc34a0ceac5de25ad328a970)), closes [#57](https://github.com/ashblue/oyster-package-generator/issues/57)
* **readme:** updated gitignore template to 2022 ([e6f3421](https://github.com/ashblue/oyster-package-generator/commit/e6f3421aef6d2b163c8fe465667b185d1bd4d91f))


### BREAKING CHANGES

* **node:** Running on v14 will most likely crash. Without v16 all Oyster commands will
probably break
4 changes: 2 additions & 2 deletions 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": "0.0.0-development",
"version": "3.0.0",
"description": "CLI to automatically generate a Unity Package Manager project",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2ccb40e

Please sign in to comment.