From a7e4f5f9f7620c7c6b5d7c718b7e4aa1552d349a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 2 Aug 2015 16:10:33 +0200 Subject: [PATCH] 1.0.0 --- component.json | 2 +- history.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 986dbb8..9a27ffd 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "metaphone", - "version": "0.1.4", + "version": "1.0.0", "description": "Fast Metaphone implementation", "license": "MIT", "keywords": [ diff --git a/history.md b/history.md index 855a46b..4bf5e55 100644 --- a/history.md +++ b/history.md @@ -4,6 +4,12 @@ +1.0.0 / 2015-08-02 +================== + +* Fix tests too large for travis ([a8a97f2](https://github.com/wooorm/metaphone/commit/a8a97f2)) +* Refactor; fix failures ([451c30d](https://github.com/wooorm/metaphone/commit/451c30d)) + 0.1.4 / 2015-01-09 ================== diff --git a/package.json b/package.json index a7958e5..3a176d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaphone", - "version": "0.1.4", + "version": "1.0.0", "description": "Fast Metaphone implementation", "license": "MIT", "keywords": [