Skip to content

Commit be7538f

Browse files
committed
Release v0.0.3
1 parent 405c56a commit be7538f

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> Package changelog.
44
5+
<section class="release" id="v0.0.3">
6+
7+
## 0.0.3 (2024-07-27)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
515
<section class="release" id="v0.0.2">
616

717
## 0.0.2 (2024-07-27)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
655655
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float64-ctor.svg
656656
[npm-url]: https://npmjs.org/package/@stdlib/complex-float64-ctor
657657

658-
[test-image]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml/badge.svg?branch=v0.0.2
659-
[test-url]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml?query=branch:v0.0.2
658+
[test-image]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml/badge.svg?branch=v0.0.3
659+
[test-url]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml?query=branch:v0.0.3
660660

661661
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64-ctor/main.svg
662662
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float64-ctor?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/complex-float64-ctor",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "128-bit complex number.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@stdlib/assert-is-number": "^0.2.2",
43-
"@stdlib/complex-float32-ctor": "^0.0.1",
43+
"@stdlib/complex-float32-ctor": "^0.0.2",
4444
"@stdlib/string-format": "^0.2.2",
4545
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
4646
"@stdlib/utils-define-property": "^0.2.4",

0 commit comments

Comments
 (0)