Skip to content

Commit

Permalink
release 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 8, 2018
1 parent a1f20ac commit 9326387
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.2.9
* 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

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

0 comments on commit 9326387

Please sign in to comment.