Skip to content

Commit b300bc4

Browse files
committed
🔖 bump version
1 parent ea06670 commit b300bc4

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.4.0] - 2022-12-07
810
### Changed
911
- Update all dependencies
1012
- Update Eslint/TS config
@@ -153,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153155
- ✏️ fix typo \[[7cc2b1a](https://github.com/antistatique/frontend-development-configuration/commit/7cc2b1a6bf8a9db1f0d1f1be53cb5e946dd47027)]
154156
- 💚 improve Github Actions naming \[[77df124](https://github.com/antistatique/frontend-development-configuration/commit/77df12461e75110951f577c2177e49bd1e1c30bd)]
155157

156-
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...HEAD
158+
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.0...HEAD
159+
[1.4.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...1.4.0
157160
[1.3.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.2...1.3.3
158161
[1.3.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.1...1.3.2
159162
[1.3.1]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.0...1.3.1

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antistatique-frontend",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",
55
"main": ".bin/init.js",
66
"bin": {
@@ -66,4 +66,4 @@
6666
"fs-extra": "^11.1.0",
6767
"inquirer": "^9.1.4"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)