Skip to content

Commit e90258c

Browse files
chore(main): release 5.8.0 (#877)
1 parent 5fe1456 commit e90258c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [5.8.0](https://github.com/nodejs/node-core-utils/compare/v5.7.0...v5.8.0) (2024-12-03)
4+
5+
6+
### Features
7+
8+
* support nodejs org folder on post-release ([#878](https://github.com/nodejs/node-core-utils/issues/878)) ([5fe1456](https://github.com/nodejs/node-core-utils/commit/5fe1456718d3e5f019f53f73d9af9c7ccdd3405c))
9+
* use nodejs.org folder a base for --pre-release ([#874](https://github.com/nodejs/node-core-utils/issues/874)) ([121dfc8](https://github.com/nodejs/node-core-utils/commit/121dfc87435b6a64501ad785825a3fa18adff390))
10+
11+
12+
### Bug Fixes
13+
14+
* **git-node:** support on shallow clones ([#876](https://github.com/nodejs/node-core-utils/issues/876)) ([eddb205](https://github.com/nodejs/node-core-utils/commit/eddb20554fc73c07be141d932838ae41e5ebe506))
15+
316
## [5.7.0](https://github.com/nodejs/node-core-utils/compare/v5.6.0...v5.7.0) (2024-11-19)
417

518

package.json

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

0 commit comments

Comments
 (0)