diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..33fda0a --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T02:22:14.292Z diff --git a/.gitignore b/.gitignore index 49b206b..4fdc97c 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,8 @@ docs/**/node_modules/ pids *.pid *.seed +yarn.lock +package-lock.json # Typescript # ############## diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d50e11..c25e313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-28) +## Unreleased (2024-08-01)
@@ -12,7 +12,7 @@
-- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_ +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -50,41 +50,7 @@ No changes reported for this release. ## 0.1.0 (2024-07-17) -
- -### Features - -- [`2495723`](https://github.com/stdlib-js/stdlib/commit/2495723f5cf688903d52fddf05912a6e03d5cdeb) - add `complex/float64/real` - -
- - - -
- -### Commits - -
- -- [`2495723`](https://github.com/stdlib-js/stdlib/commit/2495723f5cf688903d52fddf05912a6e03d5cdeb) - **feat:** add `complex/float64/real` _(by Athan Reines)_ - -
- -
- - - -
- -### Contributors - -A total of 1 person contributed to this release. Thank you to this contributor: - -- Athan Reines - -
- - +No changes reported for this release.