From 0ddf269246480f98c1ae13c403a7ec80a2ff3ab1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jun 2022 07:41:02 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] ## [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458a4fd..3a027bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 52a5544..0e3022c 100644 --- a/package.json +++ b/package.json @@ -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",