Skip to content

Commit 90f047e

Browse files
committed
Release 5.1.7 version
1 parent 7071a42 commit 90f047e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 5.1.7
5+
* Added `--version` to CLI (by @mahmoodhamdi).
6+
* Updated `nanoid.js` for CDN (by @mahmoodhamdi).
7+
* Fixed docs (by @mahmoodhamdi).
8+
* Fixed `customRandom` types (by @oguimbal).
9+
410
## 5.1.6
511
* Fixed infinite loop on 0 size for `customAlphabet`.
612

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sitnik/nanoid",
3-
"version": "5.1.5",
3+
"version": "5.1.7",
44
"license": "MIT",
55
"exports": {
66
".": "./index.browser.js",

package.json

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

0 commit comments

Comments
 (0)