Skip to content

Commit 7e7c7b7

Browse files
committed
Release v0.1.1
1 parent f1af894 commit 7e7c7b7

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.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
@@ -312,8 +312,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
312312
[npm-image]: http://img.shields.io/npm/v/@stdlib/napi-argv-strided-complex64array.svg
313313
[npm-url]: https://npmjs.org/package/@stdlib/napi-argv-strided-complex64array
314314
315-
[test-image]: https://github.com/stdlib-js/napi-argv-strided-complex64array/actions/workflows/test.yml/badge.svg?branch=main
316-
[test-url]: https://github.com/stdlib-js/napi-argv-strided-complex64array/actions/workflows/test.yml?query=branch:main
315+
[test-image]: https://github.com/stdlib-js/napi-argv-strided-complex64array/actions/workflows/test.yml/badge.svg?branch=v0.1.1
316+
[test-url]: https://github.com/stdlib-js/napi-argv-strided-complex64array/actions/workflows/test.yml?query=branch:v0.1.1
317317
318318
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/napi-argv-strided-complex64array/main.svg
319319
[coverage-url]: https://codecov.io/github/stdlib-js/napi-argv-strided-complex64array?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/napi-argv-strided-complex64array",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Convert a Node-API value representing a strided array to a single-precision complex floating-point array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -39,18 +39,18 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/assert-napi-status-ok": "^0.1.0",
43-
"@stdlib/napi-argv": "^0.1.0",
44-
"@stdlib/napi-argv-float32array": "^0.1.0",
45-
"@stdlib/utils-library-manifest": "^0.1.0"
42+
"@stdlib/assert-napi-status-ok": "^0.1.1",
43+
"@stdlib/napi-argv": "^0.1.1",
44+
"@stdlib/napi-argv-float32array": "^0.1.1",
45+
"@stdlib/utils-library-manifest": "^0.1.1"
4646
},
4747
"devDependencies": {
4848
"@stdlib/array-filled": "^0.1.0",
4949
"@stdlib/array-typed": "^0.1.0",
5050
"@stdlib/assert-is-browser": "^0.1.0",
5151
"@stdlib/assert-is-complex64array": "^0.1.0",
5252
"@stdlib/strided-base-reinterpret-complex64": "^0.1.0",
53-
"@stdlib/utils-try-require": "^0.1.0",
53+
"@stdlib/utils-try-require": "^0.1.1",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)