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 03c3147 commit bc07a53
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T03:22:56.106Z
2024-08-03T18:33:27.759Z
91 changes: 77 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

> 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">

### Commits

<details>

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_

</details>

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

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

- Athan Reines
- Philipp Burckhardt

</section>

Expand All @@ -36,31 +36,45 @@ 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.2.1">

## 0.2.2 (2024-07-28)
## 0.2.1 (2024-02-24)

No changes reported for this release.

</section>

<!-- /.release -->

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

## 0.2.1 (2024-02-24)
## 0.2.0 (2024-02-14)

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

### Commits

<details>

- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_

</details>

</section>

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

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

## 0.2.0 (2024-02-14)
### 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>

Expand All @@ -70,7 +84,56 @@ No changes reported for this release.

## 0.1.0 (2023-09-23)

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

### Features

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

</section>

<!-- /.features -->

<section class="breaking-changes">

### BREAKING CHANGES

- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version to 4.1

- To migrate, users should upgrade their TypeScript version to at least version 4.1.

</section>

<!-- /.breaking-changes -->

<section class="commits">

### Commits

<details>

- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
- [`2229dd5`](https://github.com/stdlib-js/stdlib/commit/2229dd58274cc21fe4d07b886645315079039d3c) - **refactor:** swap out copy for assign in streams packages _(by Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

- Philipp Burckhardt

</section>

<!-- /.contributors -->

</section>

Expand Down

0 comments on commit bc07a53

Please sign in to comment.