Skip to content

Commit 23b1369

Browse files
committed
Release 3.2 version
1 parent 967788e commit 23b1369

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

4+
## 3.2
5+
* Added `--size` and `--alphabet` arguments to binary (by Vitaly Baev).
6+
47
## 3.1.32
58
* Reduced `async` exports size (by Artyom Arutyunyan).
69
* Moved from Jest to uvu (by Vitaly Baev).

package.json

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

0 commit comments

Comments
 (0)