Skip to content

Commit

Permalink
Version bump to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mindsers committed Mar 10, 2024
1 parent d80ff88 commit 32aa5b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.3] - 2024-03-10

### Fixed

- Upgrade dependencies to solve deprecation issues.
- Use node v20
- Remove useless empty line between links in the body of a version

## [2.2.2] - 2022-11-23

### Fixed
Expand Down Expand Up @@ -126,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- CHANGELOG can be parsed by the github action

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.2.2...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.2.3...HEAD
[2.2.3]: https://github.com/mindsers/changelog-reader-action/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/mindsers/changelog-reader-action/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/mindsers/changelog-reader-action/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/mindsers/changelog-reader-action/compare/v2.1.1...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelog-reader-action",
"version": "2.2.2",
"version": "2.2.3",
"description": "A GitHub Action to read your CHANGELOG",
"main": "index.js",
"homepage": "https://github.com/mindsers/changelog-reader-action#readme",
Expand Down

0 comments on commit 32aa5b4

Please sign in to comment.