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 8ca7095 commit 8a1d51e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-str2slice.svg
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-str2slice

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-str2slice/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-str2slice?branch=main
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/slice-base-str2slice",
"version": "0.0.1",
"version": "0.1.0",
"description": "Parse a string-serialized Slice object.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,13 +37,13 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/slice-ctor": "github:stdlib-js/slice-ctor#main",
"@stdlib/string-base-trim": "^0.0.2",
"@stdlib/types": "^0.0.14"
"@stdlib/slice-ctor": "^0.1.0",
"@stdlib/string-base-trim": "^0.1.0",
"@stdlib/types": "^0.1.0"
},
"devDependencies": {
"@stdlib/assert-is-slice": "github:stdlib-js/assert-is-slice#main",
"@stdlib/bench": "^0.0.12",
"@stdlib/bench": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
Expand Down

0 comments on commit 8a1d51e

Please sign in to comment.