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 482b170 commit 3dcfa24
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T04:59:07.006Z
2024-08-03T20:27:27.782Z
106 changes: 84 additions & 22 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">

## Unreleased (2024-08-01)
## 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)_
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(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,51 +56,93 @@ 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-24)

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

### Commits

<details>

- [`d37fbde`](https://github.com/stdlib-js/stdlib/commit/d37fbde09a54fdb5ff075eb919463e35006260d8) - **docs:** fix parameter name _(by Athan Reines)_

</details>

</section>

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

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

## 0.2.1 (2024-02-24)
### Contributors

No changes reported for this release.
A total of 1 person contributed to this release. Thank you to this contributor:

- Athan Reines

</section>

<!-- /.contributors -->

</section>

<!-- /.release -->

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

## 0.2.0 (2024-02-14)
## 0.0.1 (2023-08-25)

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

### Features

- [`134eb7b`](https://github.com/stdlib-js/stdlib/commit/134eb7b50deaa5ac8b5cd68c6fa24e82551570bb) - add `array/base/filled3d-by`

</section>

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

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

## 0.1.0 (2023-09-24)
### Bug Fixes

No changes reported for this release.
- [`d0c7aea`](https://github.com/stdlib-js/stdlib/commit/d0c7aea89357bd58bd5530b855a6b8170a6e07e2) - add missing `this` parameter
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition

</section>

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

<section class="release" id="v0.0.1">
<section class="commits">

## 0.0.1 (2023-08-25)
### Commits

No changes reported for this release.
<details>

- [`0771a1b`](https://github.com/stdlib-js/stdlib/commit/0771a1b1e3de47a9d2a7b6f45b6ef4a3c4883f6a) - **refactor:** use `Shape3D` type _(by Athan Reines)_
- [`d0c7aea`](https://github.com/stdlib-js/stdlib/commit/d0c7aea89357bd58bd5530b855a6b8170a6e07e2) - **fix:** add missing `this` parameter _(by Athan Reines)_
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
- [`134eb7b`](https://github.com/stdlib-js/stdlib/commit/134eb7b50deaa5ac8b5cd68c6fa24e82551570bb) - **feat:** add `array/base/filled3d-by` _(by Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

- Athan Reines

</section>

<!-- /.contributors -->

</section>

Expand Down

0 comments on commit 3dcfa24

Please sign in to comment.