Skip to content

Commit 0ddf269

Browse files
chore(release): 3.2.0 [skip ci]
## [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))
1 parent 0aa7a2e commit 0ddf269

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.2.0](https://github.com/nodejs/changelog-maker/compare/v3.1.0...v3.2.0) (2022-06-16)
2+
3+
4+
### Features
5+
6+
* --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))
7+
8+
9+
### Trivial Changes
10+
11+
* 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))
12+
113
## [3.1.0](https://github.com/nodejs/changelog-maker/compare/v3.0.0...v3.1.0) (2022-05-05)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changelog-maker",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A git log to CHANGELOG.md tool",
55
"main": "changelog-maker.js",
66
"type": "module",

0 commit comments

Comments
 (0)