diff --git a/CHANGELOG.md b/CHANGELOG.md index a21a816..ac6d64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.10] - 2021-10-07 ### Fixed - Add gitignore file to init examples @@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial commit -[Unreleased]: https://github.com/troyready/ihlp/compare/v0.1.9...HEAD +[Unreleased]: https://github.com/troyready/ihlp/compare/v0.1.10...HEAD +[0.1.10]: https://github.com/troyready/ihlp/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/troyready/ihlp/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/troyready/ihlp/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/troyready/ihlp/compare/v0.1.6...v0.1.7 diff --git a/package-lock.json b/package-lock.json index efa69b5..6d1eecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "ihlp", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "dependencies": { "@aws-sdk/client-cloudformation": "^3.19.0", diff --git a/package.json b/package.json index 0708fc5..69a34a2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": ">=10.0" }, "name": "ihlp", - "version": "0.1.9", + "version": "0.1.10", "dependencies": { "@aws-sdk/client-cloudformation": "^3.19.0", "@aws-sdk/client-cloudfront": "^3.19.0",