We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf2350 commit f9c4a27Copy full SHA for f9c4a27
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.13.0](https://github.com/nodejs/node-core-utils/compare/v5.12.2...v5.13.0) (2025-04-06)
4
+
5
6
+### Features
7
8
+* **git-node:** auto-unshallow shallow clones ([#918](https://github.com/nodejs/node-core-utils/issues/918)) ([7bf2350](https://github.com/nodejs/node-core-utils/commit/7bf2350bbf54a363978a1eaac2ae99d6e557e0d6))
9
10
## [5.12.2](https://github.com/nodejs/node-core-utils/compare/v5.12.1...v5.12.2) (2025-04-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@node-core/utils",
- "version": "5.12.2",
+ "version": "5.13.0",
"description": "Utilities for Node.js core collaborators",
"type": "module",
"engines": {
0 commit comments