diff --git a/CHANGELOG.md b/CHANGELOG.md index a09d755..a1c532a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.9.4](https://github.com/boringcodes/create-package/compare/v1.9.3...v1.9.4) (2021-02-14) + ### [1.9.3](https://github.com/boringcodes/create-package/compare/v1.9.2...v1.9.3) (2021-02-13) ### Bug Fixes diff --git a/package.json b/package.json index 85d1a36..3f301d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-create-package", - "version": "1.9.3", + "version": "1.9.4", "description": "Boring TypeScript Package Generator", "homepage": "https://github.com/boringcodes/create-package", "bugs": "https://github.com/boringcodes/create-package/issues",