Skip to content

Commit 4c1e6b0

Browse files
committed
Release 5.1.2 version
1 parent d4fb377 commit 4c1e6b0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.1.2
5+
* Fixed module docs.
6+
47
## 5.1.1
58
* Fixed opaque types support for non-secure generator.
69
* Added JSR support.

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sitnik/nanoid",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"license": "MIT",
55
"exports": {
66
".": "./index.browser.js",

package.json

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

0 commit comments

Comments
 (0)