diff --git a/CHANGELOG.md b/CHANGELOG.md index d591068c..130aa52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.3](https://github.com/marviq/generator-bat/compare/v1.0.2...v1.0.3) (2018-01-22) + + +### Bug Fixes + +* **project:** include support `lib`-s with the `files` manifest ([6658100](https://github.com/marviq/generator-bat/commit/6658100)) + + + ## [1.0.2](https://github.com/marviq/generator-bat/compare/v1.0.1...v1.0.2) (2017-10-20) diff --git a/package-lock.json b/package-lock.json index 48d21544..ad11c3aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "generator-bat", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c61e86a..25a76959 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "1.0.2" + "version": "1.0.3" }