Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 25, 2024
1 parent b9afa79 commit f915e84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2364,8 +2364,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex128.svg
[npm-url]: https://npmjs.org/package/@stdlib/array-complex128

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-complex128/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/array-complex128?branch=main
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/array-complex128",
"version": "0.2.0",
"version": "0.2.1",
"description": "Complex128Array.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-base-accessor-getter": "^0.2.0",
"@stdlib/array-base-assert-is-complex128array": "^0.2.0",
"@stdlib/array-base-assert-is-complex64array": "^0.2.0",
"@stdlib/array-base-accessor-getter": "^0.2.1",
"@stdlib/array-base-assert-is-complex128array": "^0.2.1",
"@stdlib/array-base-assert-is-complex64array": "^0.2.1",
"@stdlib/array-base-getter": "^0.2.1",
"@stdlib/array-float64": "^0.2.1",
"@stdlib/assert-has-iterator-symbol-support": "^0.2.1",
Expand All @@ -64,7 +64,8 @@
"@stdlib/symbol-iterator": "^0.2.1",
"@stdlib/types": "^0.3.2",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1"
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-buffer": "^0.2.1",
Expand Down

0 comments on commit f915e84

Please sign in to comment.