Skip to content

Commit e498fa1

Browse files
chore(main): release 5.7.0
1 parent ec6c6cb commit e498fa1

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+
## [5.7.0](https://github.com/nodejs/node-core-utils/compare/v5.6.0...v5.7.0) (2024-11-19)
4+
5+
6+
### Features
7+
8+
* **git-node:** add release promotion step ([#835](https://github.com/nodejs/node-core-utils/issues/835)) ([dfa9c92](https://github.com/nodejs/node-core-utils/commit/dfa9c9201366e9f025034cd40cb5ec9a8968dc9e))
9+
* **git-node:** prompt before attempting branch-diff ([#869](https://github.com/nodejs/node-core-utils/issues/869)) ([391487b](https://github.com/nodejs/node-core-utils/commit/391487bb977fe122d322637c21c6f7ee8881f6b4))
10+
* **git-node:** use a single `git push` command ([#870](https://github.com/nodejs/node-core-utils/issues/870)) ([82527ad](https://github.com/nodejs/node-core-utils/commit/82527ad29271b9a07d58bffa6bb48c77127a089a))
11+
12+
13+
### Bug Fixes
14+
15+
* **git-node:** do not assume release commit will conflict ([#871](https://github.com/nodejs/node-core-utils/issues/871)) ([ec6c6cb](https://github.com/nodejs/node-core-utils/commit/ec6c6cbf23d90738e4e73a17c245d24ac331de7d))
16+
317
## [5.6.0](https://github.com/nodejs/node-core-utils/compare/v5.5.1...v5.6.0) (2024-11-08)
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": "5.6.0",
3+
"version": "5.7.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)