Skip to content

Commit

Permalink
Bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nieldlr committed Jun 30, 2017
1 parent ddfbb7b commit c44cbf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ v0.3.4 - Update Junda Corpus Data
v0.4.0 - Added new function: getCharactersWithComponent
v0.4.1 - Bug fix to way the characterswithcomponent object was compiled.
v0.4.2 - Fix 耂 encoding error
v0.5.0 - Add Longest Match segment function thanks to nikdvp! Browserify builds now also function properly using brfs.
v0.5.0 - Add Longest Match segment function thanks to nikdvp! Browserify builds now also function properly using brfs.
v0.5.1 - Add licence information to package.json. Thanks zurawiki!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hanzi",
"author": "Niel de la Rouviere",
"description": "HanziJS is a Chinese character and NLP module for Chinese language processing for Node.js",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"main": "index.js",
"browserify": { "transform": [ "brfs" ] },
Expand Down

0 comments on commit c44cbf8

Please sign in to comment.