Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2021-04-10)

### Bug Fixes

* **jest:** fix for failing on Windows 10 ([1fe1d98](1fe1d98))
* **package.json:** now updates the version number in `master` on release ([49a0f74](49a0f74))
* **packages:** updated all packages and Node.js to latest stable version ([48e6ddd](48e6ddd))
* **templates:** patched several build bugs in the generated template files ([916c6d4](916c6d4))
* **windows:** fix for Windows NVM not finding the .nvmrc patch version ([4a1c936](4a1c936))

### Code Refactoring

* **node:** upgraded node version to 14 to patch various packages ([7b266f7](7b266f7))

### Features

* **templates:** updated all packages to latest versions ([a1ad1f1](a1ad1f1))

### BREAKING CHANGES

* **node:** You can no longer use Node 12 which will break the library for some users. 14 is
now required due to several changes to how file manipulation is done.
  • Loading branch information
semantic-release-bot committed Apr 10, 2021
1 parent 77b9b03 commit da68727
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [2.0.0](https://github.com/ashblue/oyster-package-generator/compare/v1.0.0...v2.0.0) (2021-04-10)


### Bug Fixes

* **jest:** fix for failing on Windows 10 ([1fe1d98](https://github.com/ashblue/oyster-package-generator/commit/1fe1d982241537b0736c10866217be89ee305842))
* **package.json:** now updates the version number in `master` on release ([49a0f74](https://github.com/ashblue/oyster-package-generator/commit/49a0f742e4bcb954ffd53aabb97e506dea1d77a2))
* **packages:** updated all packages and Node.js to latest stable version ([48e6ddd](https://github.com/ashblue/oyster-package-generator/commit/48e6dddb8eb82d7153dac1e3097291f273cd07be))
* **templates:** patched several build bugs in the generated template files ([916c6d4](https://github.com/ashblue/oyster-package-generator/commit/916c6d4866b11fa56d643004e230d4cc2207f9c5))
* **windows:** fix for Windows NVM not finding the .nvmrc patch version ([4a1c936](https://github.com/ashblue/oyster-package-generator/commit/4a1c936bac1a60743769285fe46f8e60e2293279))


### Code Refactoring

* **node:** upgraded node version to 14 to patch various packages ([7b266f7](https://github.com/ashblue/oyster-package-generator/commit/7b266f7b1d76b0d6d59be6b5fa24dd96fbb6a28b))


### Features

* **templates:** updated all packages to latest versions ([a1ad1f1](https://github.com/ashblue/oyster-package-generator/commit/a1ad1f1bba20c7c7730144ec967865323131d3a2))


### BREAKING CHANGES

* **node:** You can no longer use Node 12 which will break the library for some users. 14 is
now required due to several changes to how file manipulation is done.

# 1.0.0 (2019-08-18)


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": "0.0.0-development",
"version": "2.0.0",
"description": "CLI to automatically generate a Unity Package Manager project",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit da68727

Please sign in to comment.