Skip to content

Commit

Permalink
🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Feb 8, 2024
1 parent ad87e77 commit 47310a7
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.7.0] - 2024-02-08
### Changed
- Update all dependencies

Expand Down Expand Up @@ -179,7 +181,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.6.0...HEAD
[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.7.0...HEAD
[1.7.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.1...1.6.0
[1.5.1]: https://github.com/antistatique/frontend-development-configuration/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.3...1.5.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.6.0",
"version": "1.7.0",
"description": "Antistatique opinionated frontend development configuration (linters, tests,...)",
"main": ".bin/init.js",
"bin": {
Expand Down Expand Up @@ -70,4 +70,4 @@
"inquirer": "^9.2.14",
"ora": "^8.0.1"
}
}
}

0 comments on commit 47310a7

Please sign in to comment.