File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2024-08-01T04:45:53.929Z
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ docs/**/node_modules/
101101pids
102102* .pid
103103* .seed
104+ yarn.lock
105+ package-lock.json
104106
105107# Typescript #
106108# #############
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -292,8 +292,8 @@ Copyright © 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
You can’t perform that action at this time.
0 commit comments