We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f4574 commit f425778Copy full SHA for f425778
CHANGELOG.md
@@ -1,7 +1,11 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
-## 3.1.31
+## 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
9
* Fixed collision vulnerability on object in `size` (by Artyom Arutyunyan).
10
11
## 3.1.30
package.json
@@ -1,6 +1,6 @@
{
"name": "nanoid",
- "version": "3.1.31",
+ "version": "3.1.32",
"description": "A tiny (130 bytes), secure URL-friendly unique string ID generator",
"keywords": [
"uuid",
0 commit comments