bump to 0.1.13

This commit is contained in:
Moe Maleki 2014-09-26 15:15:02 -07:00
parent 50fa0de6e3
commit 6126416e74
2 changed files with 8 additions and 5 deletions

View File

@ -280,18 +280,21 @@ done in 1375 msecs
## Changes
v0.1.12
0.1.13
- Fix crlf issue for command-line script
0.1.12
- fix stopwords not getting excluded when running with CLI
- added 'stopwords' CLI *command* to show list of stopwords
- CLI *option* --stopword now renamed to --withStopwords
v0.1.10
0.1.10
- rand functionality added
v0.1.6
0.1.6
- added command line tool
v0.1.4
0.1.4
- added fast index
License

View File

@ -3,7 +3,7 @@
"author": "Moos <mooster@42at.com>",
"keywords": ["natural", "language", "wordnet", "adjectives", "nouns", "adverbs", "verbs"],
"description": "wordpos is a set of part-of-speech utilities for Node.js using natural's WordNet module.",
"version": "0.1.12-r3",
"version": "0.1.13",
"homepage": "https://github.com/moos/wordpos",
"engines": {
"node": ">=0.6"