From c52301092b062139cd4504bda54ebe4927de1eb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:06:48 +0000 Subject: [PATCH] chore(main): release 3.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02f7eaf..45246039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.2.0](https://github.com/nodejs/node-core-utils/compare/v3.1.0...v3.2.0) (2023-06-26) + + +### Features + +* **git-node:** add support for `amend!` commits ([#710](https://github.com/nodejs/node-core-utils/issues/710)) ([d8ae7c7](https://github.com/nodejs/node-core-utils/commit/d8ae7c76d7dbc6e9e75b9b3521e7c5fab9ee6400)) + + +### Bug Fixes + +* **git-node:** properly terminate pr landing sessions ([#708](https://github.com/nodejs/node-core-utils/issues/708)) ([015bf20](https://github.com/nodejs/node-core-utils/commit/015bf203aecb918d9af7949280c9b8c936fef7b7)) + ## [3.1.0](https://github.com/nodejs/node-core-utils/compare/v3.0.0...v3.1.0) (2023-06-12) diff --git a/package.json b/package.json index f46d0a1d..eac21979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-core-utils", - "version": "3.1.0", + "version": "3.2.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {