Skip to content

Commit bc022fe

Browse files
committed
Release v0.1.1
1 parent 397fc64 commit bc022fe

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
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
@@ -217,8 +217,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
217217
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-has-sharedarraybuffer-support.svg
218218
[npm-url]: https://npmjs.org/package/@stdlib/assert-has-sharedarraybuffer-support
219219

220-
[test-image]: https://github.com/stdlib-js/assert-has-sharedarraybuffer-support/actions/workflows/test.yml/badge.svg?branch=main
221-
[test-url]: https://github.com/stdlib-js/assert-has-sharedarraybuffer-support/actions/workflows/test.yml?query=branch:main
220+
[test-image]: https://github.com/stdlib-js/assert-has-sharedarraybuffer-support/actions/workflows/test.yml/badge.svg?branch=v0.1.1
221+
[test-url]: https://github.com/stdlib-js/assert-has-sharedarraybuffer-support/actions/workflows/test.yml?query=branch:v0.1.1
222222

223223
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-has-sharedarraybuffer-support/main.svg
224224
[coverage-url]: https://codecov.io/github/stdlib-js/assert-has-sharedarraybuffer-support?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-has-sharedarraybuffer-support",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Detect native SharedArrayBuffer support.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,9 +40,9 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/assert-is-sharedarraybuffer": "^0.1.0",
44-
"@stdlib/cli-ctor": "^0.1.0",
45-
"@stdlib/fs-read-file": "^0.1.0"
43+
"@stdlib/assert-is-sharedarraybuffer": "^0.1.1",
44+
"@stdlib/cli-ctor": "^0.1.1",
45+
"@stdlib/fs-read-file": "^0.1.1"
4646
},
4747
"devDependencies": {
4848
"@stdlib/assert-is-boolean": "^0.1.0",

0 commit comments

Comments
 (0)