Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): release 5.13.0
  • Loading branch information
nodejs-github-bot committed May 1, 2025
commit e0af9cc79ffde4bae838fb4dbf40c2d96b8824b4
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.13.0](https://github.com/nodejs/node-core-utils/compare/v5.12.2...v5.13.0) (2025-05-01)


### Features

* **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))
* **v8:** add dragonbox to V8 deps ([#925](https://github.com/nodejs/node-core-utils/issues/925)) ([1bcdb81](https://github.com/nodejs/node-core-utils/commit/1bcdb81c095a661c8a843156ba803c283d2ac311))

## [5.12.2](https://github.com/nodejs/node-core-utils/compare/v5.12.1...v5.12.2) (2025-04-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading