Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 23, 2015
1 parent 16d4b02 commit fddec7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

1.0.0 / 2015-06-23
==================

* Add support for insensitive comparison ([16d4b02](https://github.com/wooorm/levenshtein-edit-distance/commit/16d4b02))
* Update jscs-jsdoc ([6f4af86](https://github.com/wooorm/levenshtein-edit-distance/commit/6f4af86))
* Add `build.js` to `.gitignore` ([7bd02e1](https://github.com/wooorm/levenshtein-edit-distance/commit/7bd02e1))
* Update eslint ([222800f](https://github.com/wooorm/levenshtein-edit-distance/commit/222800f))

0.1.4 / 2015-01-12
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "levenshtein-edit-distance",
"version": "0.1.4",
"version": "1.0.0",
"description": "Levenshtein edit distance. No cruft. Real fast.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "levenshtein-edit-distance",
"version": "0.1.4",
"version": "1.0.0",
"description": "Levenshtein edit distance. No cruft. Real fast.",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit fddec7f

Please sign in to comment.