Skip to content

Commit e539159

Browse files
chore(main): release 3.2.1 (#713)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 418f194 commit e539159

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [3.2.1](https://github.com/nodejs/node-core-utils/compare/v3.2.0...v3.2.1) (2023-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* enforce markdown when generating changelog ([#711](https://github.com/nodejs/node-core-utils/issues/711)) ([80b9550](https://github.com/nodejs/node-core-utils/commit/80b9550c7f3261b07db6add9d95233ae127f86cd))
9+
* update changelog list when preparing release ([#712](https://github.com/nodejs/node-core-utils/issues/712)) ([418f194](https://github.com/nodejs/node-core-utils/commit/418f194d81d4933e1a73de967d4bbc9fa66cfce4))
10+
311
## [3.2.0](https://github.com/nodejs/node-core-utils/compare/v3.1.0...v3.2.0) (2023-06-26)
412

513

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.2.0",
3+
"version": "3.2.1",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)