Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 9, 2023
1 parent 3c03d75 commit 77066a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1510,8 +1510,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-int32.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-int32

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-int32/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-int32?branch=main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-int32",
"version": "0.1.0",
"version": "0.1.1",
"description": "Int32Array.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-int32array-support": "^0.1.0"
"@stdlib/assert-has-int32array-support": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-has-property": "^0.1.1",
Expand All @@ -51,7 +51,7 @@
"@stdlib/math-base-special-round": "^0.1.1",
"@stdlib/random-base-randi": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/symbol-iterator": "^0.1.0",
"@stdlib/symbol-iterator": "^0.1.1",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit 77066a8

Please sign in to comment.