Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.0](v3.1.0...v3.2.0) (2022-06-16)

### Features

* --find-matching-prs for commits without PR-URL ([#130](#130)) ([0aa7a2e](0aa7a2e))

### Trivial Changes

* update node versions in Actions matrix (& enable macos) ([#131](#131)) ([2a87620](2a87620))
  • Loading branch information
semantic-release-bot committed Jun 16, 2022
1 parent 0aa7a2e commit 0ddf269
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.2.0](https://github.com/nodejs/changelog-maker/compare/v3.1.0...v3.2.0) (2022-06-16)


### Features

* --find-matching-prs for commits without PR-URL ([#130](https://github.com/nodejs/changelog-maker/issues/130)) ([0aa7a2e](https://github.com/nodejs/changelog-maker/commit/0aa7a2ef785bc7d81e0442d3e57ccfb98f8a7ae0))


### Trivial Changes

* update node versions in Actions matrix (& enable macos) ([#131](https://github.com/nodejs/changelog-maker/issues/131)) ([2a87620](https://github.com/nodejs/changelog-maker/commit/2a87620b359f0d819c9fd5f05bdd79f9402f4491))

## [3.1.0](https://github.com/nodejs/changelog-maker/compare/v3.0.0...v3.1.0) (2022-05-05)


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-maker",
"version": "3.1.0",
"version": "3.2.0",
"description": "A git log to CHANGELOG.md tool",
"main": "changelog-maker.js",
"type": "module",
Expand Down

0 comments on commit 0ddf269

Please sign in to comment.