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 42dca9f commit 966c06d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T03:15:00.112Z
2024-08-03T18:23:33.193Z
80 changes: 61 additions & 19 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>

## Unreleased (2024-08-01)
<!-- /.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">

## 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)_
- [`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_

</details>

Expand All @@ -26,7 +46,7 @@

A total of 1 person contributed to this release. Thank you to this contributor:

- Athan Reines
- Philipp Burckhardt

</section>

Expand All @@ -36,41 +56,63 @@ 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
- [`3aba9d6`](https://github.com/stdlib-js/stdlib/commit/3aba9d694251469838128853c6f11399d769dee8) - use type predicates for narrowing

</section>

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

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

## 0.2.1 (2024-02-24)
### 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.2.0">
<section class="commits">

## 0.2.0 (2024-02-14)
### 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)_
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
- [`8038d42`](https://github.com/stdlib-js/stdlib/commit/8038d42ebb7db4e55d35c3760e4b3409d9d13dce) - **style:** fix spacing _(by Athan Reines)_
- [`3aba9d6`](https://github.com/stdlib-js/stdlib/commit/3aba9d694251469838128853c6f11399d769dee8) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_

</details>

</section>

<!-- /.release -->
<!-- /.commits -->

<section class="release" id="v0.1.0">
<section class="contributors">

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

No changes reported for this release.
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 966c06d

Please sign in to comment.