Skip to content

Commit 9506194

Browse files
chore(main): release 1.31.2 (#616)
1 parent cc2dfa9 commit 9506194

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+
### [1.31.2](https://github.com/nodejs/node-core-utils/compare/v1.31.1...v1.31.2) (2022-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* correct username and token validation ([64a977c](https://github.com/nodejs/node-core-utils/commit/64a977c1739be74a0e4b78f2004b43f9ddcb6615))
9+
* update permitted GitHub token characters ([dc3d3ef](https://github.com/nodejs/node-core-utils/commit/dc3d3efb320a838380aef2eb231644036aa015ec))
10+
311
### [1.31.1](https://www.github.com/nodejs/node-core-utils/compare/v1.31.0...v1.31.1) (2022-03-17)
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": "1.31.1",
3+
"version": "1.31.2",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)