diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4d5dbb..1619fcc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.1.0...v1.1.1) (2023-05-08) + + +### Miscellaneous + +* **deps:** lock file maintenance ([ee666c6](https://github.com/wayofdev/laravel-starter-tpl/commit/ee666c6e9f4b26f580a0b8c66fe3886575659ee4)) + ## [1.1.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.0.0...v1.1.0) (2023-05-06) diff --git a/package.json b/package.json index fee56a98..ec79ce5e 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "laravel-starter-tpl", - "version": "1.1.0" + "version": "1.1.1" }