From 835a9fde732290953e3465aeaabfa6a7997c7c3a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 3 Aug 2024 17:48:18 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 2 +- CHANGELOG.md | 94 ++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 91 insertions(+), 5 deletions(-) diff --git a/.github/.keepalive b/.github/.keepalive index e16ecb2..cc006be 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2024-08-01T02:46:02.410Z +2024-08-03T17:48:15.805Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e135b..e64e115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-08-01) +## Unreleased (2024-08-03)
@@ -12,7 +12,7 @@
-- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_ +- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
@@ -40,7 +40,45 @@ A total of 1 person contributed to this release. Thank you to this contributor: ## 0.2.1 (2024-07-27) -No changes reported for this release. +
+ +### Features + +- [`3c795b3`](https://github.com/stdlib-js/stdlib/commit/3c795b3f102eabd8df616dee6018c0c18f28b00b) - add C implementation for `math/base/assert/is-nonpositive-integer` + +
+ + + +
+ +### Commits + +
+ +- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_ +- [`d40dbaf`](https://github.com/stdlib-js/stdlib/commit/d40dbafc25e3e10c8fa83f5b4203db97c289823c) - **chore:** update package meta data [(#1812)](https://github.com/stdlib-js/stdlib/pull/1812) _(by stdlib-bot)_ +- [`3c795b3`](https://github.com/stdlib-js/stdlib/commit/3c795b3f102eabd8df616dee6018c0c18f28b00b) - **feat:** add C implementation for `math/base/assert/is-nonpositive-integer` _(by Aman Bhansali, Pranav)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 3 people contributed to this release. Thank you to the following contributors: + +- Aman Bhansali +- Philipp Burckhardt +- Pranav + +
+ +
@@ -80,7 +118,55 @@ No changes reported for this release. ## 0.1.0 (2023-09-23) -No changes reported for this release. +
+ +### Features + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version + +
+ + + +
+ +### BREAKING CHANGES + +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1. + +
+ + + +
+ +### Commits + +
+ +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ +- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 1 person contributed to this release. Thank you to this contributor: + +- Philipp Burckhardt + +
+ +