Skip to content

Commit 1a2adf9

Browse files
chore(main): release 3.1.0 (#687)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02a9163 commit 1a2adf9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/nodejs/node-core-utils/compare/v3.0.0...v3.1.0) (2023-06-12)
4+
5+
6+
### Features
7+
8+
* **git-node:** add support for the `--gpg-sign` git flag ([#684](https://github.com/nodejs/node-core-utils/issues/684)) ([92d621e](https://github.com/nodejs/node-core-utils/commit/92d621eebc5bd2d9548d9f728ebfb2ac7d64f62c))
9+
* **land:** allow empty commits with fixupAll ([#681](https://github.com/nodejs/node-core-utils/issues/681)) ([e0d6d0d](https://github.com/nodejs/node-core-utils/commit/e0d6d0dea47f594fef7d311501d3719401819fb5))
10+
11+
12+
### Bug Fixes
13+
14+
* accurately define ncu-ci report condition ([#697](https://github.com/nodejs/node-core-utils/issues/697)) ([02a9163](https://github.com/nodejs/node-core-utils/commit/02a91637010fffff1dca46350627cfff4787e8da))
15+
* **pr_checker:** do not count non-approving reviews ([#680](https://github.com/nodejs/node-core-utils/issues/680)) ([b9c443b](https://github.com/nodejs/node-core-utils/commit/b9c443b8b2240a6c6343fa8eb803ce5370118936))
16+
* update maintaining-dependencies.md on major v8 update ([#699](https://github.com/nodejs/node-core-utils/issues/699)) ([a8b1812](https://github.com/nodejs/node-core-utils/commit/a8b181218459652a088f912a94be6c1f05aaf853))
17+
* use correct V8 tag for minor updates ([#695](https://github.com/nodejs/node-core-utils/issues/695)) ([cf03df4](https://github.com/nodejs/node-core-utils/commit/cf03df4a0ef1cd3d4951cf2603b7b01987dd5daa))
18+
319
## [3.0.0](https://github.com/nodejs/node-core-utils/compare/v2.1.3...v3.0.0) (2023-03-08)
420

521

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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)