Skip to content

Commit 401e31b

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](v3.0.0...v3.1.0) (2022-05-05) ### Features * add collect-commit-labels to exports ([#127](#127)) ([ad41ebf](ad41ebf)) ### Trivial Changes * **no-release:** bump actions/checkout from 2 to 3 ([#125](#125)) ([dfcda56](dfcda56)) * **no-release:** bump actions/setup-node from 2 to 3 ([#124](#124)) ([89a19e0](89a19e0)) * **no-release:** bump standard from 16.0.4 to 17.0.0 ([#129](#129)) ([387fff4](387fff4)) * **no-release:** bump tap from 15.2.3 to 16.0.0 ([#126](#126)) ([6665653](6665653))
1 parent ad41ebf commit 401e31b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.1.0](https://github.com/nodejs/changelog-maker/compare/v3.0.0...v3.1.0) (2022-05-05)
2+
3+
4+
### Features
5+
6+
* add collect-commit-labels to exports ([#127](https://github.com/nodejs/changelog-maker/issues/127)) ([ad41ebf](https://github.com/nodejs/changelog-maker/commit/ad41ebff35b451b15452c3acb3fd24f0bcb78e40))
7+
8+
9+
### Trivial Changes
10+
11+
* **no-release:** bump actions/checkout from 2 to 3 ([#125](https://github.com/nodejs/changelog-maker/issues/125)) ([dfcda56](https://github.com/nodejs/changelog-maker/commit/dfcda569a90f083a65dc6076805e16889f69bc72))
12+
* **no-release:** bump actions/setup-node from 2 to 3 ([#124](https://github.com/nodejs/changelog-maker/issues/124)) ([89a19e0](https://github.com/nodejs/changelog-maker/commit/89a19e02119266c5c39006c083bca1b5d2b54e33))
13+
* **no-release:** bump standard from 16.0.4 to 17.0.0 ([#129](https://github.com/nodejs/changelog-maker/issues/129)) ([387fff4](https://github.com/nodejs/changelog-maker/commit/387fff4c54112f46b84911a63ec2a9d2b79ab239))
14+
* **no-release:** bump tap from 15.2.3 to 16.0.0 ([#126](https://github.com/nodejs/changelog-maker/issues/126)) ([6665653](https://github.com/nodejs/changelog-maker/commit/666565365d85f05a9741b63cf3455a0747ff567f))
15+
116
## [3.0.0](https://github.com/nodejs/changelog-maker/compare/v2.8.0...v3.0.0) (2022-01-17)
217

318

package.json

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

0 commit comments

Comments
 (0)