Skip to content

Commit 8536c68

Browse files
chore(main): release 4.0.0
1 parent b727af2 commit 8536c68

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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+
* remove support from 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+
* **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))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* remove unmarked DEP0XXX handler ([#685](https://github.com/nodejs/node-core-utils/issues/685)) ([bdb85a9](https://github.com/nodejs/node-core-utils/commit/bdb85a939f1d944f1174985e6dda2b7ecc20e9ad))
21+
* 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))
22+
* 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))
23+
324
## [3.5.0](https://github.com/nodejs/node-core-utils/compare/v3.4.2...v3.5.0) (2023-09-24)
425

526

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)