Skip to content

Commit

Permalink
🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Dec 7, 2022
1 parent ea06670 commit b300bc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0] - 2022-12-07
### Changed
- Update all dependencies
- Update Eslint/TS config
Expand Down Expand Up @@ -153,7 +155,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.3.3...HEAD
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.0...HEAD
[1.4.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...1.4.0
[1.3.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.2...1.3.3
[1.3.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.0...1.3.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antistatique-frontend",
"version": "1.3.3",
"version": "1.4.0",
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",
"main": ".bin/init.js",
"bin": {
Expand Down Expand Up @@ -66,4 +66,4 @@
"fs-extra": "^11.1.0",
"inquirer": "^9.1.4"
}
}
}

0 comments on commit b300bc4

Please sign in to comment.