Skip to content

Commit 735c160

Browse files
committed
Auto-generated commit
1 parent be7538f commit 735c160

5 files changed

Lines changed: 33 additions & 42 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:21:36.881Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 27 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,77 +2,65 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.0.3">
6-
7-
## 0.0.3 (2024-07-27)
5+
<section class="release" id="unreleased">
86

9-
No changes reported for this release.
7+
## Unreleased (2024-08-01)
108

11-
</section>
9+
<section class="commits">
1210

13-
<!-- /.release -->
11+
### Commits
1412

15-
<section class="release" id="v0.0.2">
13+
<details>
1614

17-
## 0.0.2 (2024-07-27)
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1816

19-
No changes reported for this release.
17+
</details>
2018

2119
</section>
2220

23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.0.1">
21+
<!-- /.commits -->
2622

27-
## 0.0.1 (2024-06-19)
23+
<section class="contributors">
2824

29-
<section class="features">
25+
### Contributors
3026

31-
### Features
27+
A total of 1 person contributed to this release. Thank you to this contributor:
3228

33-
- [`2efc790`](https://github.com/stdlib-js/stdlib/commit/2efc79009f71a65f5ac51bd7bb81539ae6d23796) - add `complex/float64/ctor`
29+
- Athan Reines
3430

3531
</section>
3632

37-
<!-- /.features -->
38-
39-
<section class="bug-fixes">
40-
41-
### Bug Fixes
42-
43-
- [`3c94d90`](https://github.com/stdlib-js/stdlib/commit/3c94d900f801affd96eef9898a742e51e362f6bd) - update dependency path
33+
<!-- /.contributors -->
4434

4535
</section>
4636

47-
<!-- /.bug-fixes -->
37+
<!-- /.release -->
4838

49-
<section class="commits">
39+
<section class="release" id="v0.0.3">
5040

51-
### Commits
41+
## 0.0.3 (2024-07-27)
5242

53-
<details>
43+
No changes reported for this release.
5444

55-
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
56-
- [`3c94d90`](https://github.com/stdlib-js/stdlib/commit/3c94d900f801affd96eef9898a742e51e362f6bd) - **fix:** update dependency path _(by Athan Reines)_
57-
- [`2efc790`](https://github.com/stdlib-js/stdlib/commit/2efc79009f71a65f5ac51bd7bb81539ae6d23796) - **feat:** add `complex/float64/ctor` _(by Athan Reines)_
45+
</section>
5846

59-
</details>
47+
<!-- /.release -->
6048

61-
</section>
49+
<section class="release" id="v0.0.2">
6250

63-
<!-- /.commits -->
51+
## 0.0.2 (2024-07-27)
6452

65-
<section class="contributors">
53+
No changes reported for this release.
6654

67-
### Contributors
55+
</section>
6856

69-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
7058

71-
- Athan Reines
59+
<section class="release" id="v0.0.1">
7260

73-
</section>
61+
## 0.0.1 (2024-06-19)
7462

75-
<!-- /.contributors -->
63+
No changes reported for this release.
7664

7765
</section>
7866

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.3
659-
[test-url]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml?query=branch:v0.0.3
658+
[test-image]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml/badge.svg?branch=main
659+
[test-url]: https://github.com/stdlib-js/complex-float64-ctor/actions/workflows/test.yml?query=branch:main
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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",
57-
"@stdlib/bench-harness": "^0.2.1"
57+
"@stdlib/bench-harness": "^0.2.2"
5858
},
5959
"engines": {
6060
"node": ">=0.10.0",

0 commit comments

Comments
 (0)