Skip to content

Commit f915e84

Browse files
committed
Release v0.2.1
1 parent b9afa79 commit f915e84

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,8 +2364,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
23642364
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex128.svg
23652365
[npm-url]: https://npmjs.org/package/@stdlib/array-complex128
23662366

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

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

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-complex128",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Complex128Array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-accessor-getter": "^0.2.0",
41-
"@stdlib/array-base-assert-is-complex128array": "^0.2.0",
42-
"@stdlib/array-base-assert-is-complex64array": "^0.2.0",
40+
"@stdlib/array-base-accessor-getter": "^0.2.1",
41+
"@stdlib/array-base-assert-is-complex128array": "^0.2.1",
42+
"@stdlib/array-base-assert-is-complex64array": "^0.2.1",
4343
"@stdlib/array-base-getter": "^0.2.1",
4444
"@stdlib/array-float64": "^0.2.1",
4545
"@stdlib/assert-has-iterator-symbol-support": "^0.2.1",
@@ -64,7 +64,8 @@
6464
"@stdlib/symbol-iterator": "^0.2.1",
6565
"@stdlib/types": "^0.3.2",
6666
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
67-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1"
67+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
68+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
6869
},
6970
"devDependencies": {
7071
"@stdlib/array-buffer": "^0.2.1",

0 commit comments

Comments
 (0)