Skip to content

Commit e40cb9d

Browse files
chore(main): release 4.3.0 (#769)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf307d8 commit e40cb9d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [4.3.0](https://github.com/nodejs/node-core-utils/compare/v4.2.3...v4.3.0) (2024-03-05)
4+
5+
6+
### Features
7+
8+
* add fp16 to V8 deps ([#775](https://github.com/nodejs/node-core-utils/issues/775)) ([bf307d8](https://github.com/nodejs/node-core-utils/commit/bf307d8c40a902a6a20718c4a4324768d45b69d7))
9+
* automate security release issue creation ([#771](https://github.com/nodejs/node-core-utils/issues/771)) ([7f89da3](https://github.com/nodejs/node-core-utils/commit/7f89da3b984a48188f801aa254d591e296076c2b))
10+
11+
12+
### Bug Fixes
13+
14+
* **doc:** update npm shield ([#768](https://github.com/nodejs/node-core-utils/issues/768)) ([502cc6d](https://github.com/nodejs/node-core-utils/commit/502cc6deaa2f2f607a726c3f4c521bb40ca0c9e9))
15+
* sync next-security-release template ([#770](https://github.com/nodejs/node-core-utils/issues/770)) ([bd87b37](https://github.com/nodejs/node-core-utils/commit/bd87b370dfff7823c88460848a6437300f8899e5))
16+
317
## [4.2.3](https://github.com/nodejs/node-core-utils/compare/v4.2.2...v4.2.3) (2024-01-02)
418

519

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": "4.2.3",
3+
"version": "4.3.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)