Skip to content

Commit

Permalink
chore(main): release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 1, 2023
1 parent 4ef0fe2 commit a0b1a92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.1.0](https://github.com/nodejs/node-core-utils/compare/v3.0.0...v3.1.0) (2023-04-01)


### 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))

## [3.0.0](https://github.com/nodejs/node-core-utils/compare/v2.1.3...v3.0.0) (2023-03-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a0b1a92

Please sign in to comment.