Skip to content

Commit 8672c88

Browse files
chore(main): release 3.4.0 (#718)
1 parent ff79809 commit 8672c88

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.4.0](https://github.com/nodejs/node-core-utils/compare/v3.3.0...v3.4.0) (2023-09-04)
4+
5+
6+
### Features
7+
8+
* add autocomplete ([#720](https://github.com/nodejs/node-core-utils/issues/720)) ([6efa5ed](https://github.com/nodejs/node-core-utils/commit/6efa5ed36918dbf77e26015ec301f906473ecaac))
9+
* **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))
10+
11+
12+
### Bug Fixes
13+
14+
* fix security proposal filterLabel ([#717](https://github.com/nodejs/node-core-utils/issues/717)) ([4bf1e32](https://github.com/nodejs/node-core-utils/commit/4bf1e322ee96f6bd5128173ce3338566e5e37e1c))
15+
316
## [3.3.0](https://github.com/nodejs/node-core-utils/compare/v3.2.1...v3.3.0) (2023-07-13)
417

518

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-core-utils",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)