Skip to content

Commit 04ad35c

Browse files
committed
Release v0.1.1
1 parent ce37034 commit 04ad35c

3 files changed

Lines changed: 18 additions & 8 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.1.1">
6+
7+
## 0.1.1 (2026-02-01)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
515
<section class="release" id="v0.1.0">
616

717
## 0.1.0 (2026-01-29)

README.md

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

667-
[test-image]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml/badge.svg?branch=v0.1.0
668-
[test-url]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml?query=branch:v0.1.0
667+
[test-image]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml/badge.svg?branch=v0.1.1
668+
[test-url]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml?query=branch:v0.1.1
669669

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/complex-float64-ctor",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "128-bit complex number.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,17 +40,17 @@
4040
},
4141
"dependencies": {
4242
"@stdlib/assert-is-number": "^0.2.2",
43-
"@stdlib/complex-float32-ctor": "^0.0.2",
44-
"@stdlib/string-format": "^0.2.2",
45-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
46-
"@stdlib/utils-define-read-only-property": "^0.2.2",
43+
"@stdlib/complex-float32-ctor": "^0.1.0",
44+
"@stdlib/string-format": "^0.2.3",
45+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
46+
"@stdlib/utils-define-read-only-property": "^0.2.3",
4747
"@stdlib/utils-library-manifest": "^0.2.3",
4848
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4949
},
5050
"devDependencies": {
5151
"@stdlib/assert-has-own-property": "^0.2.2",
5252
"@stdlib/math-base-assert-is-nan": "^0.2.2",
53-
"@stdlib/random-base-randu": "^0.2.1",
53+
"@stdlib/random-base-randu": "^0.2.2",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)