Skip to content

Commit 47310a7

Browse files
committed
🔖 bump version
1 parent ad87e77 commit 47310a7

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.7.0] - 2024-02-08
810
### Changed
911
- Update all dependencies
1012

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

182-
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.6.0...HEAD
184+
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.7.0...HEAD
185+
[1.7.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.6.0...1.7.0
183186
[1.6.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.1...1.6.0
184187
[1.5.1]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.0...1.5.1
185188
[1.5.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...1.5.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.6.0",
3+
"version": "1.7.0",
44
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",
55
"main": ".bin/init.js",
66
"bin": {
@@ -70,4 +70,4 @@
7070
"inquirer": "^9.2.14",
7171
"ora": "^8.0.1"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)