Skip to content

Commit 88eff34

Browse files
committed
Release v0.3.1
1 parent 0615976 commit 88eff34

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.1">
66

7-
## Unreleased (2026-01-05)
7+
## 0.3.1 (2026-01-31)
88

99
<section class="bug-fixes">
1010

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2025 The Stdlib Authors.
1+
Copyright (c) 2016-2026 The Stdlib Authors.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,8 +2679,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
26792679
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex128.svg
26802680
[npm-url]: https://npmjs.org/package/@stdlib/array-complex128
26812681

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

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-complex128",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Complex128Array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -53,11 +53,11 @@
5353
"@stdlib/assert-is-object": "^0.2.2",
5454
"@stdlib/assert-is-string": "^0.2.2",
5555
"@stdlib/assert-is-string-array": "^0.2.2",
56-
"@stdlib/complex-float64-ctor": "^0.0.3",
56+
"@stdlib/complex-float64-ctor": "^0.1.0",
5757
"@stdlib/complex-float64-imag": "^0.1.1",
5858
"@stdlib/complex-float64-real": "^0.1.1",
59-
"@stdlib/math-base-assert-is-even": "^0.2.3",
60-
"@stdlib/math-base-assert-is-integer": "^0.2.5",
59+
"@stdlib/math-base-assert-is-even": "^0.2.4",
60+
"@stdlib/math-base-assert-is-integer": "^0.2.6",
6161
"@stdlib/math-base-special-floor": "^0.2.3",
6262
"@stdlib/strided-base-reinterpret-complex128": "^0.2.2",
6363
"@stdlib/strided-base-reinterpret-complex64": "^0.2.1",
@@ -72,18 +72,18 @@
7272
"@stdlib/array-buffer": "^0.2.2",
7373
"@stdlib/array-complex64": "^0.3.0",
7474
"@stdlib/assert-has-own-property": "^0.2.2",
75-
"@stdlib/assert-instance-of": "^0.2.2",
75+
"@stdlib/assert-instance-of": "^0.3.0",
7676
"@stdlib/assert-is-boolean": "^0.2.2",
7777
"@stdlib/assert-is-complex128": "^0.2.2",
7878
"@stdlib/assert-is-complex128array": "^0.2.2",
7979
"@stdlib/assert-is-integer": "^0.2.2",
8080
"@stdlib/assert-is-iterator-like": "^0.2.2",
8181
"@stdlib/assert-is-negative-zero": "^0.2.2",
8282
"@stdlib/assert-is-positive-zero": "^0.2.2",
83-
"@stdlib/complex-float32-ctor": "^0.0.2",
83+
"@stdlib/complex-float32-ctor": "^0.1.0",
8484
"@stdlib/complex-float32-imag": "^0.1.1",
8585
"@stdlib/complex-float32-real": "^0.1.1",
86-
"@stdlib/complex-float64-base-add": "^0.1.0",
86+
"@stdlib/complex-float64-base-add": "^0.2.0",
8787
"@stdlib/console-log-each": "^0.2.2",
8888
"@stdlib/math-base-special-pow": "^0.3.0",
8989
"@stdlib/utils-identity-function": "^0.2.2",

0 commit comments

Comments
 (0)