Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44def8a

Browse files
committedDec 3, 2024·
chore(main): release 5.8.0
1 parent eddb205 commit 44def8a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
315
## [5.7.0](https://github.com/nodejs/node-core-utils/compare/v5.6.0...v5.7.0) (2024-11-19)
416

517

‎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)
Please sign in to comment.