diff --git a/.github/.keepalive b/.github/.keepalive index 73fb7c9..3dac61a 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2024-08-01T06:03:40.649Z +2024-09-01T06:31:27.159Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 406ac23..66dd78c 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. + +
-## Unreleased (2024-08-01) + + +
+ +## 0.2.1 (2024-02-25) + +No changes reported for this release. + +
+ + + +
+ +## 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)_ +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(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,58 @@ 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 + +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
- + -
+
-## 0.2.1 (2024-02-25) +### BREAKING CHANGES -No changes reported for this release. +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1 + + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- + -
+
-## 0.2.0 (2024-02-14) +### Commits -No changes reported for this release. +
+ +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ +- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_ + +
- + -
+
-## 0.1.0 (2023-09-24) +### 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 adb0a6f..90275b3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@stdlib/assert-is-function": "^0.2.2", "@stdlib/string-format": "^0.2.2", "@stdlib/symbol-iterator": "^0.2.2", - "@stdlib/types": "^0.3.2", + "@stdlib/types": "^0.4.1", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", "@stdlib/error-tools-fmtprodmsg": "^0.2.2" },