Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to v2.1.5
  • Loading branch information
nieldlr committed Feb 24, 2019
1 parent c997a62 commit a63b2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Expand Up @@ -29,4 +29,5 @@ v2.1.0 - React-native under the hood fix. Thanks to zurawiki.
v2.1.1 - Fix bug where 参 failed to lookup in dictionary.
v2.1.2 - Fix bug where 了 failed to return all the correct dictionary entries.
v2.1.3 - Small internal change to keep Hanzi node 4 compatible
v2.1.4 - Fixes a small boundary issue in how word frequency categories were calculated. Thanks mkmoisen!
v2.1.4 - Fixes a small boundary issue in how word frequency categories were calculated. Thanks mkmoisen!
v2.1.5 - Better type checking in dictionarySearch function that could cause bugs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"author": "Niel de la Rouviere",
"description":
"HanziJS is a Chinese character and NLP module for Chinese language processing for Node.js",
"version": "2.1.4",
"version": "2.1.5",
"license": "MIT",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit a63b2c2

Please sign in to comment.