Skip to content

Commit 59f3d89

Browse files
committed
Auto-generated commit
1 parent c7900c4 commit 59f3d89

4 files changed

Lines changed: 18 additions & 17 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-01T04:45:53.929Z

.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: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.1.0">
6-
7-
## 0.1.0 (2024-07-28)
8-
9-
<section class="features">
10-
11-
### Features
5+
<section class="release" id="unreleased">
126

13-
- [`d6bba38`](https://github.com/stdlib-js/stdlib/commit/d6bba3883b442a2338fb2dbc6a97c6fe6b69edd5) - add `complex/float32/base/mul`
14-
15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
26-
- [`e3a3679`](https://github.com/stdlib-js/stdlib/commit/e3a3679f1e733cf02ce47cdc4bd0137bd37bef41) - **refactor:** update paths _(by Athan Reines)_
27-
- [`d6bba38`](https://github.com/stdlib-js/stdlib/commit/d6bba3883b442a2338fb2dbc6a97c6fe6b69edd5) - **feat:** add `complex/float32/base/mul` _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2816

2917
</details>
3018

@@ -48,3 +36,13 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4836

4937
<!-- /.release -->
5038

39+
<section class="release" id="v0.1.0">
40+
41+
## 0.1.0 (2024-07-28)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
292292
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-base-mul.svg
293293
[npm-url]: https://npmjs.org/package/@stdlib/complex-float32-base-mul
294294

295-
[test-image]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml/badge.svg?branch=v0.1.0
296-
[test-url]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml?query=branch:v0.1.0
295+
[test-image]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml/badge.svg?branch=main
296+
[test-url]: https://github.com/stdlib-js/complex-float32-base-mul/actions/workflows/test.yml?query=branch:main
297297

298298
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-base-mul/main.svg
299299
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-base-mul?branch=main

0 commit comments

Comments
 (0)