diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b79ae..d4a2abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.11.0](https://github.com/americanexpress/create-using-template/compare/v1.10.0...v1.11.0) (2023-09-15) + + +### Bug Fixes + +* **generate-from-template:** correct typo in comment ([#41](https://github.com/americanexpress/create-using-template/issues/41)) ([a4cb3fa](https://github.com/americanexpress/create-using-template/commit/a4cb3fa554239f5fa3e2918ca8dce044fcc6a723)) + + +### Features + +* **install:** clean install when the template provides a lock file ([#43](https://github.com/americanexpress/create-using-template/issues/43)) ([77b14d3](https://github.com/americanexpress/create-using-template/commit/77b14d32aae366a49b0551df2bc7f80d06eab235)) + # [1.10.0](https://github.com/americanexpress/create-using-template/compare/v1.9.0...v1.10.0) (2022-11-29) diff --git a/package-lock.json b/package-lock.json index d52369b..2ad3f49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-using-template", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-using-template", - "version": "1.8.0", + "version": "1.11.0", "license": "Apache-2.0", "dependencies": { "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index 3bd1798..c29e114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-using-template", - "version": "1.10.0", + "version": "1.11.0", "description": "A simple project generator", "contributors": [ "Jamie King (https://github.com/10xLaCroixDrinker)",