From 1890ca0420fbf544dd45af45030851e7cbc270e0 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 02:22:11 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .gitignore | 2 ++ CHANGELOG.md | 42 +++--------------------------------------- 3 files changed, 6 insertions(+), 39 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..06fb95f --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T02:22:08.401Z 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 bbdeda6..08eab3a 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)_
@@ -60,43 +60,7 @@ No changes reported for this release. ## 0.1.0 (2024-07-17) -
- -### Features - -- [`59aabc1`](https://github.com/stdlib-js/stdlib/commit/59aabc17b798bff37755488c930b9136ada18d40) - add `complex/float64/reim` - -
- - - -
- -### Commits - -
- -- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_ -- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_ -- [`59aabc1`](https://github.com/stdlib-js/stdlib/commit/59aabc17b798bff37755488c930b9136ada18d40) - **feat:** add `complex/float64/reim` _(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.