Skip to content

Commit

Permalink
Release 3.1.20 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 1, 2020
1 parent a6f1f69 commit dafca31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.1.20
* Fix ES modules support.

## 3.1.19
* Reduce `customAlphabet` size (by Enrico Scherlies).
* Reduced `customAlphabet` size (by Enrico Scherlies).

## 3.1.18
* Fixed `package.exports`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoid",
"version": "3.1.19",
"version": "3.1.20",
"description": "A tiny (108 bytes), secure URL-friendly unique string ID generator",
"keywords": [
"uuid",
Expand Down Expand Up @@ -74,7 +74,7 @@
{
"name": "customAlphabet",
"import": "{ customAlphabet }",
"limit": "141 B"
"limit": "142 B"
},
{
"name": "urlAlphabet",
Expand Down

0 comments on commit dafca31

Please sign in to comment.