Skip to content

Commit 0ae5004

Browse files
committed
Release v0.1.1
1 parent 41ba642 commit 0ae5004

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
@@ -248,8 +248,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
248248
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-napi-is-typedarray.svg
249249
[npm-url]: https://npmjs.org/package/@stdlib/assert-napi-is-typedarray
250250

251-
[test-image]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml/badge.svg?branch=main
252-
[test-url]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml?query=branch:main
251+
[test-image]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml/badge.svg?branch=v0.1.1
252+
[test-url]: https://github.com/stdlib-js/assert-napi-is-typedarray/actions/workflows/test.yml?query=branch:v0.1.1
253253

254254
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-napi-is-typedarray/main.svg
255255
[coverage-url]: https://codecov.io/github/stdlib-js/assert-napi-is-typedarray?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-napi-is-typedarray",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Assert that a Node-API value is a Node-API typed array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -39,13 +39,13 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/assert-napi-status-ok": "^0.1.0",
43-
"@stdlib/utils-library-manifest": "^0.1.0"
42+
"@stdlib/assert-napi-status-ok": "^0.1.1",
43+
"@stdlib/utils-library-manifest": "^0.1.1"
4444
},
4545
"devDependencies": {
4646
"@stdlib/array-typed": "^0.1.0",
4747
"@stdlib/assert-is-browser": "^0.1.0",
48-
"@stdlib/utils-try-require": "^0.1.0",
48+
"@stdlib/utils-try-require": "^0.1.1",
4949
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5050
"istanbul": "^0.4.1",
5151
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)