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 4b28470 commit b3276fb
Show file tree
Hide file tree
Showing 2 changed files with 63 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-01T02:51:50.942Z
2024-08-03T17:55:24.280Z
76 changes: 62 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-27)

<section class="commits">

### Commits

<details>

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`aaa391a`](https://github.com/stdlib-js/stdlib/commit/aaa391a46214c21dca294506d06ac0b3d59512ce) - **chore:** fix typos _(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-27)
## 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>

- [`109746a`](https://github.com/stdlib-js/stdlib/commit/109746a235c41d431df26671ee53019cd551896c) - **refactor:** use utility to create a MultiSlice from a list of arguments _(by Athan Reines)_

</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:

- Athan Reines

</section>

<!-- /.contributors -->

</section>

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

## 0.1.0 (2023-09-23)

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

### Features

- [`3bf733b`](https://github.com/stdlib-js/stdlib/commit/3bf733b4e758503442f10b69b85e2a239fa16a39) - add `slice/base/seq2multislice`

</section>

<!-- /.features -->

<section class="commits">

### Commits

<details>

- [`3bf733b`](https://github.com/stdlib-js/stdlib/commit/3bf733b4e758503442f10b69b85e2a239fa16a39) - **feat:** add `slice/base/seq2multislice` _(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 b3276fb

Please sign in to comment.