Skip to content

Commit d8f4ef6

Browse files
committed
🔖 bump version
1 parent 8cca52e commit d8f4ef6

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.1] - 2023-07-11
810
### Added
911
- Add Next.js App router example in playground
1012

@@ -170,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170172
- ✏️ fix typo \[[7cc2b1a](https://github.com/antistatique/frontend-development-configuration/commit/7cc2b1a6bf8a9db1f0d1f1be53cb5e946dd47027)]
171173
- 💚 improve Github Actions naming \[[77df124](https://github.com/antistatique/frontend-development-configuration/commit/77df12461e75110951f577c2177e49bd1e1c30bd)]
172174

173-
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.0...HEAD
175+
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.1...HEAD
176+
[1.5.1]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.0...1.5.1
174177
[1.5.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...1.5.0
175178
[1.4.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.2...1.4.3
176179
[1.4.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.0...1.4.2

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antistatique-frontend",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
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)