Skip to content

Commit bbad9a0

Browse files
chore(main): release 2.0.0 (#637)
1 parent 460b50d commit bbad9a0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/nodejs/node-core-utils/compare/v1.31.4...v2.0.0) (2022-06-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **ci:** Removed support for Node.js 12 and 17.
9+
10+
### Bug Fixes
11+
12+
* broken enquirer in listr2 ([#636](https://github.com/nodejs/node-core-utils/issues/636)) ([460b50d](https://github.com/nodejs/node-core-utils/commit/460b50dcea878a6234021448441395efefaeb2bf))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **ci:** test on supported Node.js versions ([40a1ee2](https://github.com/nodejs/node-core-utils/commit/40a1ee220b058a1ce2b6e513d75d2a5ea0124633))
18+
319
### [1.31.4](https://github.com/nodejs/node-core-utils/compare/v1.31.3...v1.31.4) (2022-04-25)
420

521

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-core-utils",
3-
"version": "1.31.4",
3+
"version": "2.0.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)