From c551578c448a74b6f9a3782ff09d54450366f05c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 17:20:28 +0000 Subject: [PATCH] chore(main): release 3.1.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0230111..7e964bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.1.0](https://github.com/nodejs/node-core-utils/compare/v3.0.0...v3.1.0) (2023-06-11) + + +### Features + +* **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)) +* **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)) + + +### Bug Fixes + +* **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)) +* 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)) +* 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)) + ## [3.0.0](https://github.com/nodejs/node-core-utils/compare/v2.1.3...v3.0.0) (2023-03-08) diff --git a/package.json b/package.json index 1e97726a..04c4f17d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-core-utils", - "version": "3.0.0", + "version": "3.1.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {