Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAP committed Oct 18, 2020
1 parent 5e073f0 commit 7bb9076
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 4.0.0

- Removed `2` and `Z` ([#5](https://github.com/CyberAP/nanoid-dictionary/pull/5)) by [@kripod](https://github.com/kripod)

## 3.0.0

- Removed `5`, `S` and `s` from `nolookalikes` alphabet, due to similarities on some fonts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const englishUppercase = require('nanoid-dictionary/uppercase');

### `nolookalikes`

Numbers and english alphabet without lookalikes: `1`, `l`, `I`, `0`, `O`, `o`, `u`, `v`, `5`, `S`, `s`
Numbers and english alphabet without lookalikes: `1`, `l`, `I`, `0`, `O`, `o`, `u`, `v`, `5`, `S`, `s`, `2`, `Z`

```javascript
const nolookalikes = require('nanoid-dictionary/nolookalikes');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoid-dictionary",
"version": "3.0.0",
"version": "4.0.0",
"description": "Predefined character sets to use with nanoid",
"main": "index.js",
"author": "Stanislav Lashmanov <[email protected]>",
Expand Down

0 comments on commit 7bb9076

Please sign in to comment.