Skip to content

Commit d64bc8e

Browse files
committed
Release v0.1.1
1 parent 459feb6 commit d64bc8e

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

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

255255
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-napi-equal-typedarray-types/main.svg
256256
[coverage-url]: https://codecov.io/github/stdlib-js/assert-napi-equal-typedarray-types?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-equal-typedarray-types",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Assert that two Node-API typed array data types are equal.",
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)