Skip to content

Commit 2496c40

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.8.0...v3.0.0) (2022-01-17) ### ⚠ BREAKING CHANGES * switch to ESM, fix output colourising, dedupe more code w/ branch-diff ### Features * switch to ESM, fix output colourising, dedupe more code w/ branch-diff ([cf51a0f](cf51a0f)) ### Bug Fixes * add back --format=x arg option ([1462378](1462378)) ### Trivial Changes * remove Node.js v12 support ([fcf0d85](fcf0d85))
1 parent 1462378 commit 2496c40

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [3.0.0](https://github.com/nodejs/changelog-maker/compare/v2.8.0...v3.0.0) (2022-01-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* switch to ESM, fix output colourising, dedupe more code w/ branch-diff
7+
8+
### Features
9+
10+
* switch to ESM, fix output colourising, dedupe more code w/ branch-diff ([cf51a0f](https://github.com/nodejs/changelog-maker/commit/cf51a0f0f74a6e222c8f150d699e2a210f6bb722))
11+
12+
13+
### Bug Fixes
14+
15+
* add back --format=x arg option ([1462378](https://github.com/nodejs/changelog-maker/commit/146237837773b39196ae61399336e29365b4113d))
16+
17+
18+
### Trivial Changes
19+
20+
* remove Node.js v12 support ([fcf0d85](https://github.com/nodejs/changelog-maker/commit/fcf0d854bf857b3b46c92f91c2f125b82813be5b))
21+
122
## [2.8.0](https://github.com/nodejs/changelog-maker/compare/v2.7.4...v2.8.0) (2022-01-17)
223

324

package.json

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

0 commit comments

Comments
 (0)