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 c2482a7 commit 705fd5b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 31 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:41.896Z
2024-08-03T18:18:20.953Z
87 changes: 57 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,75 +2,102 @@

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

## Unreleased (2024-08-01)
## 0.2.2 (2024-07-28)

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

### Commits
</section>

<details>
<!-- /.release -->

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
<section class="release" id="v0.2.1">

</details>
## 0.2.1 (2024-02-24)

</section>
No changes reported for this release.

<!-- /.commits -->
</section>

<section class="contributors">
<!-- /.release -->

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

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.

</section>

<!-- /.contributors -->
<!-- /.release -->

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

## 0.1.0 (2023-09-23)

<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.2">
<section class="bug-fixes">

## 0.2.2 (2024-07-28)
### Bug Fixes

No changes reported for this release.
- [`d390c4e`](https://github.com/stdlib-js/stdlib/commit/d390c4e96f0d98376392ca01a46614ce2d4e18a1) - add missing `this` parameter
- [`789b322`](https://github.com/stdlib-js/stdlib/commit/789b322b20f2f9d035b3ac6d44b0e4beece9a50c) - update import path for `Collection` type definition

</section>

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

<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.
- [`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.2.0">
<section class="commits">

## 0.2.0 (2024-02-14)
### Commits

No changes reported for this release.
<details>

- [`d390c4e`](https://github.com/stdlib-js/stdlib/commit/d390c4e96f0d98376392ca01a46614ce2d4e18a1) - **fix:** add missing `this` parameter _(by Athan Reines)_
- [`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
- [`789b322`](https://github.com/stdlib-js/stdlib/commit/789b322b20f2f9d035b3ac6d44b0e4beece9a50c) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_

</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 705fd5b

Please sign in to comment.