Skip to content

Commit a7e4f5f

Browse files
committed
1.0.0
1 parent a8a97f2 commit a7e4f5f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metaphone",
3-
"version": "0.1.4",
3+
"version": "1.0.0",
44
"description": "Fast Metaphone implementation",
55
"license": "MIT",
66
"keywords": [

history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<!--lint disable maximum-line-length-->
66

7+
1.0.0 / 2015-08-02
8+
==================
9+
10+
* Fix tests too large for travis ([a8a97f2](https://github.com/wooorm/metaphone/commit/a8a97f2))
11+
* Refactor; fix failures ([451c30d](https://github.com/wooorm/metaphone/commit/451c30d))
12+
713
0.1.4 / 2015-01-09
814
==================
915

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metaphone",
3-
"version": "0.1.4",
3+
"version": "1.0.0",
44
"description": "Fast Metaphone implementation",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)