8000 Release v0.1.0 · stdlib-js/assert-is-multi-slice@be0074b · GitHub
[go: up one dir, main page]

Skip to content

Commit be0074b

Browse files
committed
Release v0.1.0
1 parent f083652 commit be0074b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
153153
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-multi-slice.svg
154154
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-multi-slice
155155

156-
[test-image]: https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml/badge.svg?branch=main
157-
[test-url]: https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml?query=branch:main
156+
[test-image]: https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml/badge.svg?branch=v0.1.0
157+
[test-url]: https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml?query=branch:v0.1.0
158158

159159
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-multi-slice/main.svg
160160
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-multi-slice?branch=main

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-is-multi-slice",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Test if a value is a MultiSlice object.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,14 +37,14 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/slice-multi": "github:stdlib-js/slice-multi#main",
41-
"@stdlib/types": "^0.0.14",
42-
"@stdlib/utils-constructor-name": "^0.0.8"
40+
"@stdlib/slice-multi": "^0.1.0",
41+
"@stdlib/types": "^0.1.0",
42+
"@stdlib/utils-constructor-name": "^0.1.0"
4343
},
4444
"devDependencies": {
45-
"@stdlib/assert-is-boolean": "^0.0.8",
46-
"@stdlib/bench": "^0.0.12",
47-
"@stdlib/slice-ctor": "github:stdlib-js/slice-ctor#main",
45+
"@stdlib/assert-is-boolean": "^0.1.0",
46+
"@stdlib/bench": "^0.1.0",
47+
"@stdlib/slice-ctor": "^0.1.0",
4848
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4949
"istanbul": "^0.4.1",
5050
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)
0