Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 4, 2023
1 parent c20ed48 commit a975fc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

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=main
[test-url]: https://github.com/stdlib-js/string-base-distances/actions/workflows/test.yml?query=branch:main
[test-image]: https://github.com/stdlib-js/string-base-distances/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/string-base-distances/actions/workflows/test.yml?query=branch:v0.1.1

[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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/string-base-distances",
"version": "0.1.0",
"version": "0.1.1",
"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.1.0",
"@stdlib/utils-define-read-only-property": "^0.1.0"
"@stdlib/utils-define-read-only-property": "^0.1.1"
},
"devDependencies": {
"@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/string-format": "^0.1.1",
"@stdlib/utils-keys": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit a975fc3

Please sign in to comment.