Skip to content

Commit

Permalink
Merge pull request #56 from nieldlr/bump-to-v2.1.4
Browse files Browse the repository at this point in the history
Bump to v2.1.4
  • Loading branch information
nieldlr committed Feb 20, 2019
2 parents 4c86ea1 + 9593d1f commit 99abbb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -386,6 +386,7 @@ HanziJS is used in the following projects:
* [raylillywhite](http://github.com/raylillywhite)
* [zurawiki](http://github.com/zurawiki)
* [zedwill](http://github.com/zedwill)
* [mkmoisen](http://github.com/mkmoisen)

## License

Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Expand Up @@ -28,4 +28,5 @@ v2.0.0 - Lots of changes under the hood thanks to zurawiki. Now compatible with
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.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!
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.3",
"version": "2.1.4",
"license": "MIT",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 99abbb0

Please sign in to comment.