Skip to content

Commit 67b5dfa

Browse files
committed
Release v0.1.1
1 parent 179aa98 commit 67b5dfa

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
257257
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-binary-string.svg
258258
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-binary-string
259259

260-
[test-image]: https://github.com/stdlib-js/assert-is-binary-string/actions/workflows/test.yml/badge.svg?branch=main
261-
[test-url]: https://github.com/stdlib-js/assert-is-binary-string/actions/workflows/test.yml?query=branch:main
260+
[test-image]: https://github.com/stdlib-js/assert-is-binary-string/actions/workflows/test.yml/badge.svg?branch=v0.1.1
261+
[test-url]: https://github.com/stdlib-js/assert-is-binary-string/actions/workflows/test.yml?query=branch:v0.1.1
262262

263263
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-binary-string/main.svg
264264
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-binary-string?branch=main

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-is-binary-string",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Test if a value is a binary string.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,14 +40,14 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/assert-is-regexp-string": "^0.1.0",
44-
"@stdlib/assert-is-string": "^0.1.0",
45-
"@stdlib/cli-ctor": "^0.1.0",
46-
"@stdlib/fs-read-file": "^0.1.0",
47-
"@stdlib/process-read-stdin": "^0.1.0",
48-
"@stdlib/regexp-eol": "^0.1.0",
49-
"@stdlib/streams-node-stdin": "^0.1.0",
50-
"@stdlib/utils-regexp-from-string": "^0.1.0"
43+
"@stdlib/assert-is-regexp-string": "^0.1.1",
44+
"@stdlib/assert-is-string": "^0.1.1",
45+
"@stdlib/cli-ctor": "^0.1.1",
46+
"@stdlib/fs-read-file": "^0.1.1",
47+
"@stdlib/process-read-stdin": "^0.1.1",
48+
"@stdlib/regexp-eol": "^0.1.1",
49+
"@stdlib/streams-node-stdin": "^0.1.1",
50+
"@stdlib/utils-regexp-from-string": "^0.1.1"
5151
},
5252
"devDependencies": {
5353
"@stdlib/assert-is-boolean": "^0.1.0",

0 commit comments

Comments
 (0)