From 03e653676650b7cd5994a112a7269d281740db56 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 1 Sep 2024 06:17:31 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 2 +- CHANGELOG.md | 83 +++++++++++++++++++++++++++++++++++----------- CONTRIBUTORS | 2 ++ package.json | 2 +- 4 files changed, 68 insertions(+), 21 deletions(-) diff --git a/.github/.keepalive b/.github/.keepalive index f53a406..b58c93e 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2024-08-01T05:50:54.140Z +2024-09-01T06:17:28.682Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 83955b5..431eb51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,29 @@ > Package changelog. -
+
+ +## 0.2.2 (2024-07-29) + +No changes reported for this release. + +
+ + + +
+ +## 0.2.1 (2024-02-25) + +No changes reported for this release. + +
+ + + +
-## Unreleased (2024-08-01) +## 0.2.0 (2024-02-14)
@@ -12,7 +32,7 @@
-- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_ +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
@@ -26,7 +46,7 @@ A total of 1 person contributed to this release. Thank you to this contributor: -- Athan Reines +- Philipp Burckhardt
@@ -36,41 +56,66 @@ A total of 1 person contributed to this release. Thank you to this contributor: -
+
-## 0.2.2 (2024-07-29) +## 0.1.0 (2023-09-24) -No changes reported for this release. +
+ +### Features + +- [`015ff99`](https://github.com/stdlib-js/stdlib/commit/015ff99285585b1a9267a8ad3f8c856e64742dfd) - increase minimum TypeScript version
- + -
+
-## 0.2.1 (2024-02-25) +### Bug Fixes -No changes reported for this release. +- [`0deb1be`](https://github.com/stdlib-js/stdlib/commit/0deb1be1f1efe2cc98bd944ab1c50cc885cf523b) - update import path for `Collection` type definition
- + -
+
-## 0.2.0 (2024-02-14) +### BREAKING CHANGES -No changes reported for this release. +- [`015ff99`](https://github.com/stdlib-js/stdlib/commit/015ff99285585b1a9267a8ad3f8c856e64742dfd): increase minimum TypeScript version
- + -
+
-## 0.1.0 (2023-09-24) +### Commits -No changes reported for this release. +
+ +- [`0deb1be`](https://github.com/stdlib-js/stdlib/commit/0deb1be1f1efe2cc98bd944ab1c50cc885cf523b) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_ +- [`015ff99`](https://github.com/stdlib-js/stdlib/commit/015ff99285585b1a9267a8ad3f8c856e64742dfd) - **feat:** increase minimum TypeScript version _(by Athan Reines)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 1 person contributed to this release. Thank you to this contributor: + +- Athan Reines + +
+ +
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 26a1c46..57d1184 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -46,6 +46,7 @@ Marcus Fantham Matt Cochrane Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj +Mohammad Kaif <98884589+Kaif987@users.noreply.github.com> Momtchil Momtchev Muhammad Haris Naresh Jagadeesan @@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Rutam <138517416+performant23@users.noreply.github.com> Ryan Seal Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com> +SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com> Seyyed Parsa Neshaei Shashank Shekhar Singh Shivam <11shivam00@gmail.com> diff --git a/package.json b/package.json index 2d09430..a7e1709 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@stdlib/ndarray-base-buffer-dtype": "^0.3.0", "@stdlib/ndarray-base-dtype-str2enum": "^0.2.2", - "@stdlib/types": "^0.3.2" + "@stdlib/types": "^0.4.1" }, "devDependencies": { "@stdlib/assert-is-function": "^0.2.2",