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 89e7bf0 commit 827457d
Show file tree
Hide file tree
Showing 2 changed files with 73 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:10:31.560Z
2024-08-03T18:18:08.693Z
91 changes: 72 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,38 @@

> 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)_
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
- [`de93ae0`](https://github.com/stdlib-js/stdlib/commit/de93ae01f1d5e234696e02b9e778d3d71515f5b7) - **build:** remove tslint directives _(by Philipp Burckhardt)_

</details>

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

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

- Athan Reines
- Philipp Burckhardt

</section>

Expand All @@ -36,41 +57,73 @@ 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

- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - update minimum TypeScript version

</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.
- [`724d386`](https://github.com/stdlib-js/stdlib/commit/724d386fdb37a4ab05e0e332766a3d7b67f54ab2) - update import path for `Collection` type definition and use generics

</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.
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): 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>

- [`724d386`](https://github.com/stdlib-js/stdlib/commit/724d386fdb37a4ab05e0e332766a3d7b67f54ab2) - **fix:** update import path for `Collection` type definition and use generics _(by Athan Reines)_
- [`9002507`](https://github.com/stdlib-js/stdlib/commit/90025078df0d08c1d45b9dc26d177134c4fdd247) - **docs:** fix option description and return annotations _(by Athan Reines)_
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
- [`27f5f34`](https://github.com/stdlib-js/stdlib/commit/27f5f3470df02e65665b818bd8043f9b4efcbba3) - **build:** omit actor in push URL _(by Philipp Burckhardt)_
- [`3fcbd78`](https://github.com/stdlib-js/stdlib/commit/3fcbd783b73ff9c3e88067e639721d7aa0f8762d) - **build:** set environment variable _(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 827457d

Please sign in to comment.