Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 23, 2023
1 parent b07b564 commit bdff7b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-distances.svg
[npm-url]: https://npmjs.org/package/@stdlib/string-base-distances

[test-image]: https://github.com/stdlib-js/string-base-distances/actions/workflows/test.yml/badge.svg?branch=v0.0.1
[test-url]: https://github.com/stdlib-js/string-base-distances/actions/workflows/test.yml?query=branch:v0.0.1
[test-image]: https://github.com/stdlib-js/string-base-distances/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/string-base-distances/actions/workflows/test.yml?query=branch:v0.1.0

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-distances/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-distances?branch=main
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/string-base-distances",
"version": "0.0.1",
"version": "0.1.0",
"description": "Implementations of various string similarity metrics.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"dependencies": {
"@stdlib/string-base-distances-levenshtein": "^0.0.1",
"@stdlib/utils-define-read-only-property": "^0.0.8"
"@stdlib/utils-define-read-only-property": "^0.1.0"
},
"devDependencies": {
"@stdlib/assert-is-string": "^0.0.8",
"@stdlib/bench": "^0.0.12",
"@stdlib/math-base-special-min": "^0.0.7",
"@stdlib/string-format": "^0.0.3",
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/math-base-special-min": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/utils-keys": "^0.0.7",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit bdff7b5

Please sign in to comment.