diff --git a/CHANGELOG.md b/CHANGELOG.md index ea04489..978a1fd 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] + +## [1.5.0] - 2023-07-11 ### Changed - update all dependencies - improve CLI outputs @@ -166,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ✏️ fix typo \[[7cc2b1a](https://github.com/antistatique/frontend-development-configuration/commit/7cc2b1a6bf8a9db1f0d1f1be53cb5e946dd47027)] - 💚 improve Github Actions naming \[[77df124](https://github.com/antistatique/frontend-development-configuration/commit/77df12461e75110951f577c2177e49bd1e1c30bd)] -[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...HEAD +[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.0...HEAD +[1.5.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...1.5.0 [1.4.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.2...1.4.3 [1.4.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.0...1.4.2 [1.4.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...1.4.0 diff --git a/package.json b/package.json index 3aa92c4..bb69bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antistatique-frontend", - "version": "1.4.3", + "version": "1.5.0", "description": "Antistatique opinionated frontend development configuration (linters, tests,...)", "main": ".bin/init.js", "bin": { @@ -69,4 +69,4 @@ "inquirer": "^9.2.7", "ora": "^6.3.1" } -} +} \ No newline at end of file