Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 3, 2024
1 parent c7c330e commit 07edc42
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T03:05:52.899Z
2024-08-03T18:12:33.783Z
87 changes: 69 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,37 @@

> Package changelog.
<section class="release" id="unreleased">
<section class="release" id="v0.2.2">

## 0.2.2 (2024-07-28)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.1">

## 0.2.1 (2024-02-24)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.0">

## Unreleased (2024-08-01)
## 0.2.0 (2024-02-14)

<section class="commits">

### Commits

<details>

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`45a2bec`](https://github.com/stdlib-js/stdlib/commit/45a2becb6d02b484aaddcdd8c501f2e4dff90967) - **docs:** update links _(by Athan Reines)_

</details>

Expand All @@ -36,41 +56,72 @@ 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-28)
## 0.1.0 (2023-09-23)

No changes reported for this release.
<section class="features">

### Features

- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing

</section>

<!-- /.release -->
<!-- /.features -->

<section class="release" id="v0.2.1">
<section class="bug-fixes">

## 0.2.1 (2024-02-24)
### Bug Fixes

No changes reported for this release.
- [`aad0c02`](https://github.com/stdlib-js/stdlib/commit/aad0c02e72463e7421eddf4c055e44d9b306f380) - update import path for `Collection` type definition

</section>

<!-- /.release -->
<!-- /.bug-fixes -->

<section class="release" id="v0.2.0">
<section class="breaking-changes">

## 0.2.0 (2024-02-14)
### BREAKING CHANGES

No changes reported for this release.
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): 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.1.0">
<section class="commits">

## 0.1.0 (2023-09-23)
### Commits

No changes reported for this release.
<details>

- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
- [`aad0c02`](https://github.com/stdlib-js/stdlib/commit/aad0c02e72463e7421eddf4c055e44d9b306f380) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

- Athan Reines
- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

Expand Down

0 comments on commit 07edc42

Please sign in to comment.