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 6666529 commit 6370d78
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T00:36:25.198Z
2024-08-03T15:12:40.353Z
119 changes: 84 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,85 +2,99 @@

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

## Unreleased (2024-08-01)

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

### Commits
## 0.2.2 (2024-07-26)

<details>
No changes reported for this release.

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

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

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

<!-- /.commits -->
## 0.2.1 (2024-02-21)

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

### Contributors
</section>

A total of 1 person contributed to this release. Thank you to this contributor:
<!-- /.release -->

- Athan Reines
<section class="release" id="v0.2.0">

</section>
## 0.2.0 (2024-02-14)

<!-- /.contributors -->
No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.2">
<section class="release" id="v0.1.1">

## 0.2.2 (2024-07-26)
## 0.1.1 (2023-10-03)

No changes reported for this release.

</section>

<!-- /.release -->

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

## 0.2.1 (2024-02-21)
## 0.1.0 (2023-09-22)

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

### Features

- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079)
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version

</section>

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

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

</section>

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

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

## 0.1.1 (2023-10-03)
### Commits

No changes reported for this release.
<details>

- [`982de75`](https://github.com/stdlib-js/stdlib/commit/982de7581326be5be20dda30103779ac5ae5767f) - **feat:** refactor `string/remove-last` [(#1079)](https://github.com/stdlib-js/stdlib/pull/1079) _(by Stephannie Jiménez Gacha, Athan Reines)_
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_

</details>

</section>

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

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

## 0.1.0 (2023-09-22)
### Contributors

No changes reported for this release.
A total of 3 people contributed to this release. Thank you to the following contributors:

- Athan Reines
- Philipp Burckhardt
- Stephannie Jiménez Gacha

</section>

<!-- /.contributors -->

</section>

Expand All @@ -90,7 +104,42 @@ No changes reported for this release.

## 0.0.1 (2023-08-10)

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

### Features

- [`d1ded85`](https://github.com/stdlib-js/stdlib/commit/d1ded8522b3ef71491fd262ec2157dd198dff1ac) - add \"base\" string packages and refactor `string/remove-first` [(#1073)](https://github.com/stdlib-js/stdlib/pull/1073)

</section>

<!-- /.features -->

<section class="commits">

### Commits

<details>

- [`d1ded85`](https://github.com/stdlib-js/stdlib/commit/d1ded8522b3ef71491fd262ec2157dd198dff1ac) - **feat:** add \"base\" string packages and refactor `string/remove-first` [(#1073)](https://github.com/stdlib-js/stdlib/pull/1073) _(by Stephannie Jiménez Gacha, Athan Reines)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

- Athan Reines
- Stephannie Jiménez Gacha

</section>

<!-- /.contributors -->

</section>

Expand Down

0 comments on commit 6370d78

Please sign in to comment.