From 32aa5b4c155d76c94e4ec883a223c947b2f02656 Mon Sep 17 00:00:00 2001 From: Nathanael CHERRIER Date: Sun, 10 Mar 2024 20:56:35 +0000 Subject: [PATCH] Version bump to 2.2.3 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f0b7f..6131545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index b3e2893..d691f00 100644 --- a/package.json +++ b/package.json @@ -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",