Skip to content

Commit 65a38ac

Browse files
committed
Release 5.0.9 version
1 parent b00d120 commit 65a38ac

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+
## 5.0.9
5+
* Fixed a way to brake Nano ID by passing non-integer size (by @myndzi).
6+
47
## 5.0.8
58
* Reduced `customAlphabet` size (by @kirillgroshkov).
69

package.json

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

0 commit comments

Comments
 (0)