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 1, 2024
1 parent 130d4c7 commit d4b8f12
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 45 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-08-01T04:11:16.070Z
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
yarn.lock
package-lock.json

# Typescript #
##############
Expand Down
53 changes: 11 additions & 42 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="v0.0.2">
<section class="release" id="unreleased">

## 0.0.2 (2024-07-28)
## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

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

</details>

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

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

- Philipp Burckhardt
- Athan Reines

</section>

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

<!-- /.release -->

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

## 0.0.1 (2024-06-19)

<section class="features">

### Features

- [`a985cc2`](https://github.com/stdlib-js/stdlib/commit/a985cc224aa74759783c5c4d9577769a36ed818f) - add `math/base/special/nanmin`

</section>

<!-- /.features -->

<section class="commits">

### Commits

<details>
<section class="release" id="v0.0.2">

- [`11c882d`](https://github.com/stdlib-js/stdlib/commit/11c882dcc261abe6a898a3061b45af7f0d4a41cd) - **chore:** update package meta data [(#2379)](https://github.com/stdlib-js/stdlib/pull/2379) _(by stdlib-bot, Athan Reines)_
- [`46ff6c1`](https://github.com/stdlib-js/stdlib/commit/46ff6c17fe80cb1a7e153ac1fc728d6dab2195cf) - **docs:** update description per conventions _(by Philipp Burckhardt)_
- [`29fbbb6`](https://github.com/stdlib-js/stdlib/commit/29fbbb62d94cb2af1d8856004b75c03daf942053) - **chore:** minor clean-up _(by Philipp Burckhardt)_
- [`a985cc2`](https://github.com/stdlib-js/stdlib/commit/a985cc224aa74759783c5c4d9577769a36ed818f) - **feat:** add `math/base/special/nanmin` _(by Ridam Garg, RidamGarg, stdlib-bot, Philipp Burckhardt)_
## 0.0.2 (2024-07-28)

</details>
No changes reported for this release.

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 5 people contributed to this release. Thank you to the following contributors:
<!-- /.release -->

- Athan Reines
- Philipp Burckhardt
- Ridam Garg
- RidamGarg
- stdlib-bot
<section class="release" id="v0.0.1">

</section>
## 0.0.1 (2024-06-19)

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

</section>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-nanmin.svg
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-nanmin

[test-image]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml/badge.svg?branch=v0.0.2
[test-url]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml?query=branch:v0.0.2
[test-image]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-nanmin/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-nanmin?branch=main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@stdlib/math-base-assert-is-nan": "^0.2.2",
"@stdlib/math-base-special-min": "^0.2.2"
"@stdlib/math-base-special-min": "^0.2.3"
},
"devDependencies": {
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down

0 comments on commit d4b8f12

Please sign in to comment.