From bf8f08d5c4b679c34eba350d75816cb7a1144610 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:03:15 +0000 Subject: [PATCH] chore(main): release 3.4.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a717e09..03b331e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.4.0](https://github.com/nodejs/node-core-utils/compare/v3.3.0...v3.4.0) (2023-09-04) + + +### Features + +* add autocomplete ([#720](https://github.com/nodejs/node-core-utils/issues/720)) ([6efa5ed](https://github.com/nodejs/node-core-utils/commit/6efa5ed36918dbf77e26015ec301f906473ecaac)) +* **git-node:** add `git node vote` ([#704](https://github.com/nodejs/node-core-utils/issues/704)) ([7b9d962](https://github.com/nodejs/node-core-utils/commit/7b9d9622643791062ee161542ebb0a2145f698fa)) + + +### Bug Fixes + +* fix security proposal filterLabel ([#717](https://github.com/nodejs/node-core-utils/issues/717)) ([4bf1e32](https://github.com/nodejs/node-core-utils/commit/4bf1e322ee96f6bd5128173ce3338566e5e37e1c)) + ## [3.3.0](https://github.com/nodejs/node-core-utils/compare/v3.2.1...v3.3.0) (2023-07-13) diff --git a/package.json b/package.json index a9a7853a..afb6fd79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-core-utils", - "version": "3.3.0", + "version": "3.4.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {