From 57c334013051d2e636f125aab1a510e41c5fc989 Mon Sep 17 00:00:00 2001 From: Moos Date: Mon, 18 Jan 2016 20:47:37 -0800 Subject: [PATCH] Major update - first v1.0 checkin with support for Promise, remove natural dependency, and more. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1107a84..79bfc8c 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ See [bench/README](bench). ## Changes -1.0.0 +1.0.1 - Removed npm dependency on Natural. Certain modules are included in /lib. - Add support for ES6 Promises. - Improved data file reads for up to **5x** performance increase compared to previous version. diff --git a/package.json b/package.json index 810f601..d5d4edd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "verbs" ], "description": "wordpos is a set of part-of-speech utilities for Node.js using the WordNet database.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/moos/wordpos", "engines": { "node": ">=0.12"