Skip to content

Commit b66602e

Browse files
committed
Release 5.1.1 version
1 parent 6f27f1e commit b66602e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

4+
## 5.1.1
5+
* Fixed opaque types support for non-secure generator.
6+
* Added JSR support.
7+
48
## 5.1.0
59
* Added opaque types support (by @kossnocorp).
610

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.0",
3+
"version": "5.1.1",
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.0",
3+
"version": "5.1.1",
44
"description": "A tiny (118 bytes), secure URL-friendly unique string ID generator",
55
"keywords": [
66
"uuid",

0 commit comments

Comments
 (0)