diff --git a/CHANGELOG.md b/CHANGELOG.md index 6112c98..d6e577b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/JimmyBeldone/open-source-starter/compare/v1.1.4...v1.1.5) (2021-09-01) + + +### Bug Fixes + +* 🐛 update dev dependencies ([c699657](https://github.com/JimmyBeldone/open-source-starter/commit/c69965784335b407df0e6853a604bfc652d8849f)) + ## [1.1.4](https://github.com/JimmyBeldone/open-source-starter/compare/v1.1.3...v1.1.4) (2021-06-23) diff --git a/package.json b/package.json index c8afac6..03198d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-source-starter", - "version": "1.1.4", + "version": "1.1.5", "description": "Open source project starter", "main": "index.js", "author": "Jimmy Beldone ",