Skip to content

Commit 4d67658

Browse files
committed
🔖 bump version
1 parent f9beab0 commit 4d67658

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.5.0] - 2023-07-11
810
### Changed
911
- update all dependencies
1012
- improve CLI outputs
@@ -166,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166168
- ✏️ fix typo \[[7cc2b1a](https://github.com/antistatique/frontend-development-configuration/commit/7cc2b1a6bf8a9db1f0d1f1be53cb5e946dd47027)]
167169
- 💚 improve Github Actions naming \[[77df124](https://github.com/antistatique/frontend-development-configuration/commit/77df12461e75110951f577c2177e49bd1e1c30bd)]
168170

169-
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...HEAD
171+
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.0...HEAD
172+
[1.5.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...1.5.0
170173
[1.4.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.2...1.4.3
171174
[1.4.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.0...1.4.2
172175
[1.4.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...1.4.0

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antistatique-frontend",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",
55
"main": ".bin/init.js",
66
"bin": {
@@ -69,4 +69,4 @@
6969
"inquirer": "^9.2.7",
7070
"ora": "^6.3.1"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)