Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
mindsers committed Nov 23, 2022
2 parents 3027c3a + b97ce03 commit d8f4048
Showing 4 changed files with 5,199 additions and 89 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.2] - 2022-11-23

### Fixed

- Upgrade dependencies to solve deprecation issues.

## [2.2.1] - 2022-11-10

### Fixed

- Change node engine for a non-deprecated version.
- Upgrade dependencies to solve deprecation issues.

## [2.2.0] - 2022-09-01

@@ -121,7 +126,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.1...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.2.2...HEAD
[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
[2.1.1]: https://github.com/mindsers/changelog-reader-action/compare/v2.1.0...v2.1.1
907 changes: 849 additions & 58 deletions dist/index.js

Large diffs are not rendered by default.

4,369 changes: 4,341 additions & 28 deletions package-lock.json

Large diffs are not rendered by default.

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.1",
"version": "2.2.2",
"description": "A GitHub Action to read your CHANGELOG",
"main": "index.js",
"homepage": "https://github.com/mindsers/changelog-reader-action#readme",

0 comments on commit d8f4048

Please sign in to comment.