Skip to content

Commit

Permalink
🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jul 11, 2023
1 parent f9beab0 commit 4d67658
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.5.0] - 2023-07-11
### Changed
- update all dependencies
- improve CLI outputs
Expand Down Expand Up @@ -166,7 +168,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.4.3...HEAD
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.0...HEAD
[1.5.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...1.5.0
[1.4.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.0...1.4.2
[1.4.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...1.4.0
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.4.3",
"version": "1.5.0",
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",
"main": ".bin/init.js",
"bin": {
Expand Down Expand Up @@ -69,4 +69,4 @@
"inquirer": "^9.2.7",
"ora": "^6.3.1"
}
}
}

0 comments on commit 4d67658

Please sign in to comment.