From da68727d6456a1ca921693cd2420959afc3ba234 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Apr 2021 04:17:46 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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. --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3779d..bd94d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 181bfaa..7b7001c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "oyster-package-generator", - "version": "0.0.0-development", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50c5bb7..e6d9a7c 100644 --- a/package.json +++ b/package.json @@ -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": {