Skip to content

Commit 0cade4d

Browse files
committed
Release v0.1.1
1 parent e7ad5b9 commit 0cade4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,8 +1510,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
15101510
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-int8.svg
15111511
[npm-url]: https://npmjs.org/package/@stdlib/array-int8
15121512

1513-
[test-image]: https://github.com/stdlib-js/array-int8/actions/workflows/test.yml/badge.svg?branch=main
1514-
[test-url]: https://github.com/stdlib-js/array-int8/actions/workflows/test.yml?query=branch:main
1513+
[test-image]: https://github.com/stdlib-js/array-int8/actions/workflows/test.yml/badge.svg?branch=v0.1.1
1514+
[test-url]: https://github.com/stdlib-js/array-int8/actions/workflows/test.yml?query=branch:v0.1.1
15151515

15161516
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-int8/main.svg
15171517
[coverage-url]: https://codecov.io/github/stdlib-js/array-int8?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-int8",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Int8Array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-has-int8array-support": "^0.1.0"
40+
"@stdlib/assert-has-int8array-support": "^0.1.1"
4141
},
4242
"devDependencies": {
4343
"@stdlib/assert-has-property": "^0.1.1",
@@ -51,7 +51,7 @@
5151
"@stdlib/math-base-special-round": "^0.1.1",
5252
"@stdlib/random-base-randi": "^0.1.0",
5353
"@stdlib/random-base-randu": "^0.1.0",
54-
"@stdlib/symbol-iterator": "^0.1.0",
54+
"@stdlib/symbol-iterator": "^0.1.1",
5555
"proxyquire": "^2.0.0",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)