diff --git a/.github/.keepalive b/.github/.keepalive index 04d061b..e30939d 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2024-08-01T05:45:41.082Z +2024-09-01T06:11:47.078Z diff --git a/CHANGELOG.md b/CHANGELOG.md index c72b2dc..89286ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,39 @@ > 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) + +
+ +### Bug Fixes + +- [`9741d55`](https://github.com/stdlib-js/stdlib/commit/9741d5527de099260554aa7f4e2e4ca4c3e2cd2a) - add missing argument + +
+ +
@@ -12,7 +42,9 @@
-- [`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)_ +- [`9741d55`](https://github.com/stdlib-js/stdlib/commit/9741d5527de099260554aa7f4e2e4ca4c3e2cd2a) - **fix:** add missing argument _(by Athan Reines)_ +- [`725cf2d`](https://github.com/stdlib-js/stdlib/commit/725cf2d5e22b6d745c5c0565dee497b06594d730) - **refactor:** use accessor utilities _(by Athan Reines)_
@@ -24,9 +56,10 @@ ### Contributors -A total of 1 person contributed to this release. Thank you to this contributor: +A total of 2 people contributed to this release. Thank you to the following contributors: - Athan Reines +- Philipp Burckhardt
@@ -36,9 +69,9 @@ A total of 1 person contributed to this release. Thank you to this contributor: -
+
-## 0.2.2 (2024-07-29) +## 0.1.1 (2023-10-03) No changes reported for this release. @@ -46,41 +79,57 @@ No changes reported for this release. -
+
-## 0.2.1 (2024-02-25) +## 0.1.0 (2023-09-22) -No changes reported for this release. +
+ +### Features + +- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
- + -
+
-## 0.2.0 (2024-02-14) +### BREAKING CHANGES -No changes reported for this release. +- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- + -
+
-## 0.1.1 (2023-10-03) +### Commits -No changes reported for this release. +
+ +- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ + +
- + -
+
-## 0.1.0 (2023-09-22) +### Contributors -No changes reported for this release. +A total of 1 person contributed to this release. Thank you to this contributor: + +- Philipp Burckhardt + +
+ +
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 cb5e70b..71534d0 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@stdlib/ndarray-base-order": "^0.2.2", "@stdlib/ndarray-base-shape": "^0.2.2", "@stdlib/ndarray-base-strides": "^0.2.2", - "@stdlib/types": "^0.3.2" + "@stdlib/types": "^0.4.1" }, "devDependencies": { "@stdlib/array-float64": "^0.2.2",