diff --git a/README.md b/README.md index bdc6697..b9a1853 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelog.txt b/changelog.txt index 05838ad..9cd6a63 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 \ No newline at end of file +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! \ No newline at end of file diff --git a/package.json b/package.json index 4c8c604..1a410f3 100644 --- a/package.json +++ b/package.json @@ -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": {