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 4bface2 commit 28a1585
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-08-01T01:44:21.357Z
2024-08-03T16:34:00.406Z
74 changes: 63 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@

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

## 0.1.1 (2024-07-27)

## Unreleased (2024-08-01)
<section class="bug-fixes">

### Bug Fixes

- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - replace use of type guards with boolean return type

</section>

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

<section class="commits">

### Commits

<details>

- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`98ae85e`](https://github.com/stdlib-js/stdlib/commit/98ae85e1daf32d48a1d3173cfbcb229c722fc79c) - **docs:** update related packages sections [(#2107)](https://github.com/stdlib-js/stdlib/pull/2107) _(by stdlib-bot)_
- [`6cbdcae`](https://github.com/stdlib-js/stdlib/commit/6cbdcae47542aa4a7ca9a1691f584fc1ff03c4f9) - **docs:** update test messages, comments, and benchmarks _(by Athan Reines)_
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_

</details>

Expand All @@ -24,9 +36,10 @@

### Contributors

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

- Athan Reines
- Philipp Burckhardt

</section>

Expand All @@ -36,21 +49,60 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<!-- /.release -->

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

## 0.1.1 (2024-07-27)
## 0.1.0 (2024-02-24)

<section class="features">

### Features

No changes reported for this release.
- [`50616dc`](https://github.com/stdlib-js/stdlib/commit/50616dccd4e5fdda898315358bf5f1d91a254b22) - add @stdlib/assert/is-nonnegative-finite [(#1354)](https://github.com/stdlib-js/stdlib/pull/1354)

</section>

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

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

## 0.1.0 (2024-02-24)
### Bug Fixes

- [`0a081ce`](https://github.com/stdlib-js/stdlib/commit/0a081ce87dec3491252ffb9c45cc9fa6e695cbe5) - use `valueOf` to return primitive value

</section>

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

<section class="commits">

### Commits

<details>

- [`0a081ce`](https://github.com/stdlib-js/stdlib/commit/0a081ce87dec3491252ffb9c45cc9fa6e695cbe5) - **fix:** use `valueOf` to return primitive value _(by Athan Reines)_
- [`e5f293c`](https://github.com/stdlib-js/stdlib/commit/e5f293c29515cb19432fde637fab6c08aa5aed61) - **test:** add object test _(by Athan Reines)_
- [`e1d5359`](https://github.com/stdlib-js/stdlib/commit/e1d5359fbfd549658b8a1fe8c8c14930384d29ef) - **refactor:** avoid assertion duplication and update examples _(by Athan Reines)_
- [`50616dc`](https://github.com/stdlib-js/stdlib/commit/50616dccd4e5fdda898315358bf5f1d91a254b22) - **feat:** add @stdlib/assert/is-nonnegative-finite [(#1354)](https://github.com/stdlib-js/stdlib/pull/1354) _(by Spandan Barve, Philipp Burckhardt)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

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

No changes reported for this release.
- Athan Reines
- Philipp Burckhardt
- Spandan Barve

</section>

<!-- /.contributors -->

</section>

Expand Down

0 comments on commit 28a1585

Please sign in to comment.