Skip to content

Commit ccb1fec

Browse files
chore(main): release 4.0.0 (#735)
1 parent 17ee594 commit ccb1fec

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/nodejs/node-core-utils/compare/v3.5.0...v4.0.0) (2023-09-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 16.x,17.x and 19.x.
9+
* **git-node:** Old README format is no longer supported
10+
* switch to `@node-core` scope ([#700](https://github.com/nodejs/node-core-utils/issues/700))
11+
* remove unmarked DEP0XXX handler ([#685](https://github.com/nodejs/node-core-utils/issues/685))
12+
13+
### Bug Fixes
14+
15+
* **backport:** add missing space in prompt ([#736](https://github.com/nodejs/node-core-utils/issues/736)) ([17ee594](https://github.com/nodejs/node-core-utils/commit/17ee594a05c0a69bac7c711722fcfbb703027bc4))
16+
* **git-node:** update README parser to account the recent TSC changes ([#688](https://github.com/nodejs/node-core-utils/issues/688)) ([7382454](https://github.com/nodejs/node-core-utils/commit/73824548f0167276aa19d761b132c2aad52cc012))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* remove unmarked DEP0XXX handler ([#685](https://github.com/nodejs/node-core-utils/issues/685)) ([bdb85a9](https://github.com/nodejs/node-core-utils/commit/bdb85a939f1d944f1174985e6dda2b7ecc20e9ad))
22+
* switch to `[@node-core](https://github.com/node-core)` scope ([#700](https://github.com/nodejs/node-core-utils/issues/700)) ([f334713](https://github.com/nodejs/node-core-utils/commit/f3347137adf05a347c5bdde405a9385941d093df))
23+
* update supported Node.js versions ([#733](https://github.com/nodejs/node-core-utils/issues/733)) ([b727af2](https://github.com/nodejs/node-core-utils/commit/b727af26fecd4756d366582378a26ee485348b90))
24+
325
## [3.5.0](https://github.com/nodejs/node-core-utils/compare/v3.4.2...v3.5.0) (2023-09-24)
426

527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/utils",
3-
"version": "3.5.0",
3+
"version": "4.0.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)