From b7ec27a91819a64bbfefbe437b2a42d40576a5d6 Mon Sep 17 00:00:00 2001 From: stdlib-bot <noreply@stdlib.io> Date: Sun, 1 Sep 2024 06:31:30 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 2 +- CHANGELOG.md | 75 ++++++++++++++++++++++++++++++++++------------ CONTRIBUTORS | 2 ++ package.json | 2 +- 4 files changed, 60 insertions(+), 21 deletions(-) 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. -<section class="release" id="unreleased"> +<section class="release" id="v0.2.2"> + +## 0.2.2 (2024-07-29) + +No changes reported for this release. + +</section> -## Unreleased (2024-08-01) +<!-- /.release --> + +<section class="release" id="v0.2.1"> + +## 0.2.1 (2024-02-25) + +No changes reported for this release. + +</section> + +<!-- /.release --> + +<section class="release" id="v0.2.0"> + +## 0.2.0 (2024-02-14) <section class="commits"> @@ -12,7 +32,7 @@ <details> -- [`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)_ </details> @@ -26,7 +46,7 @@ A total of 1 person contributed to this release. Thank you to this contributor: -- Athan Reines +- Philipp Burckhardt </section> @@ -36,41 +56,58 @@ A total of 1 person contributed to this release. Thank you to this contributor: <!-- /.release --> -<section class="release" id="v0.2.2"> +<section class="release" id="v0.1.0"> -## 0.2.2 (2024-07-29) +## 0.1.0 (2023-09-24) -No changes reported for this release. +<section class="features"> + +### Features + +- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version </section> -<!-- /.release --> +<!-- /.features --> -<section class="release" id="v0.2.1"> +<section class="breaking-changes"> -## 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. </section> -<!-- /.release --> +<!-- /.breaking-changes --> -<section class="release" id="v0.2.0"> +<section class="commits"> -## 0.2.0 (2024-02-14) +### Commits -No changes reported for this release. +<details> + +- [`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)_ + +</details> </section> -<!-- /.release --> +<!-- /.commits --> -<section class="release" id="v0.1.0"> +<section class="contributors"> -## 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 + +</section> + +<!-- /.contributors --> </section> diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 26a1c46..57d1184 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com> Matt Cochrane <matthew.cochrane.eng@gmail.com> Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj <rajsite@users.noreply.github.com> +Mohammad Kaif <98884589+Kaif987@users.noreply.github.com> Momtchil Momtchev <momtchil@momtchev.com> Muhammad Haris <harriskhan047@outlook.com> Naresh Jagadeesan <naresh.naresh000@gmail.com> @@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Rutam <138517416+performant23@users.noreply.github.com> Ryan Seal <splrk@users.noreply.github.com> Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com> +SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com> Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com> Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com> 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" },