Skip to content

Commit

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

## 2.2.16
* Add deprecation notice to project readme (by Russell Dunphy).

## 2.2.15
* Update `REDUCE_TIME` to generate smaller ID.

Expand All @@ -23,7 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fix symbols probability uniformity by using Nano ID (by @shashkovdanil).
* Improve ID generation perfomance.
* Fix `shortid.isValid` with custom alphabet.
* Improve `shortid.isValid` perfomance (by @s7b5en).E
* Improve `shortid.isValid` perfomance (by @s7b5en).

## 2.2.8
* Clean npm package from unnecessary files.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortid",
"version": "2.2.15",
"version": "2.2.16",
"description": "Amazingly short non-sequential url-friendly unique id generator.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e95520c

Please sign in to comment.