diff --git a/.github/.keepalive b/.github/.keepalive
index 6a159cd..fc6fc24 100644
--- a/.github/.keepalive
+++ b/.github/.keepalive
@@ -1 +1 @@
-2024-08-01T05:35:20.104Z
+2024-09-01T05:59:48.762Z
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bce0d8..33a2dd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,75 +2,87 @@
> Package changelog.
-
+
-## Unreleased (2024-08-01)
+## 0.2.2 (2024-07-29)
-
+No changes reported for this release.
-### Commits
+
-
+
-- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
+
+## 0.2.1 (2024-02-24)
-
+No changes reported for this release.
-
+
-
+
-### Contributors
+
-A total of 1 person contributed to this release. Thank you to this contributor:
+## 0.2.0 (2024-02-14)
-- Athan Reines
+No changes reported for this release.
-
+
-
+
-
+## 0.1.0 (2023-09-24)
-
+
-## 0.2.2 (2024-07-29)
+### Features
-No changes reported for this release.
+- [`d830266`](https://github.com/stdlib-js/stdlib/commit/d83026673b02c3408369e5ea497fe07744ba64ed) - update minimum TypeScript version
-
+
-
+
-## 0.2.1 (2024-02-24)
+### BREAKING CHANGES
-No changes reported for this release.
+- [`d830266`](https://github.com/stdlib-js/stdlib/commit/d83026673b02c3408369e5ea497fe07744ba64ed): update minimum TypeScript version
-
+
-
+
-## 0.2.0 (2024-02-14)
+### Commits
-No changes reported for this release.
+
+
+- [`d830266`](https://github.com/stdlib-js/stdlib/commit/d83026673b02c3408369e5ea497fe07744ba64ed) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
+- [`10c6209`](https://github.com/stdlib-js/stdlib/commit/10c6209e72680534f86acca37ec35ab3a42f81c3) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
+- [`cf2b820`](https://github.com/stdlib-js/stdlib/commit/cf2b820d03fe7de9bab479a641e8e558c9d039f0) - **docs:** render equations via math code blocks _(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 ff6f8b3..a51c6f7 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"@stdlib/math-base-special-cospi": "^0.4.0",
"@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"
},