Skip to content

Commit f425778

Browse files
committed
Release 3.1.32 version
1 parent d8f4574 commit f425778

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4-
## 3.1.31
4+
## 3.1.32
5+
* Reduced `async` exports size (by Artyom Arutyunyan).
6+
* Moved from Jest to uvu (by Vitaly Baev).
7+
8+
* ## 3.1.31
59
* Fixed collision vulnerability on object in `size` (by Artyom Arutyunyan).
610

711
## 3.1.30

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoid",
3-
"version": "3.1.31",
3+
"version": "3.1.32",
44
"description": "A tiny (130 bytes), secure URL-friendly unique string ID generator",
55
"keywords": [
66
"uuid",

0 commit comments

Comments
 (0)