From 9e99108623431f65ba835727e484a591da69f40b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 02:28:17 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .gitignore | 2 ++ CHANGELOG.md | 82 +++------------------------------------------- package.json | 2 +- 4 files changed, 8 insertions(+), 79 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..5e5dbfb --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T02:28:15.019Z 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 2bd9bd8..9b4fc21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-28) +## Unreleased (2024-08-01)
@@ -12,7 +12,7 @@
-- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_ +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -60,32 +60,7 @@ No changes reported for this release. ## 0.2.0 (2024-02-14) -
- -### Commits - -
- -- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ -- [`ac78ce0`](https://github.com/stdlib-js/stdlib/commit/ac78ce0b1ec7b3178eb955d4eeb7d3a3753a3561) - **build:** remove tslint directives _(by Philipp Burckhardt)_ - -
- -
- - - -
- -### Contributors - -A total of 1 person contributed to this release. Thank you to this contributor: - -- Philipp Burckhardt - -
- - +No changes reported for this release.
@@ -105,56 +80,7 @@ No changes reported for this release. ## 0.1.0 (2023-09-23) -
- -### Features - -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version - -
- - - -
- -### BREAKING CHANGES - -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 - - - To migrate, users should upgrade their TypeScript version to at least version 4.1. - -
- - - -
- -### Commits - -
- -- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ -- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_ - -
- -
- - - -
- -### Contributors - -A total of 2 people contributed to this release. Thank you to the following contributors: - -- Athan Reines -- Philipp Burckhardt - -
- - +No changes reported for this release.
diff --git a/package.json b/package.json index 19ea593..6f99ab0 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@stdlib/blas-base-scopy": "^0.2.2", "@stdlib/math-base-assert-is-positive-zerof": "^0.1.3", "@stdlib/math-base-special-floor": "^0.2.3", - "@stdlib/math-base-special-pow": "^0.2.1", + "@stdlib/math-base-special-pow": "^0.3.0", "@stdlib/math-base-special-round": "^0.3.0", "@stdlib/random-base-discrete-uniform": "^0.2.1", "@stdlib/random-base-randu": "^0.2.1",