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 Sep 24, 2024
1 parent 9a1e80e commit ba99daf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-09-21)
## Unreleased (2024-09-24)

<section class="packages">

Expand Down Expand Up @@ -239,6 +239,7 @@ A total of 5 people contributed to this release. Thank you to the following cont

<details>

- [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
- [`50ab973`](https://github.com/stdlib-js/stdlib/commit/50ab973780d5569b7a5e30d7cd9236abcca8d648) - **docs:** fix description _(by Athan Reines)_
- [`786e74e`](https://github.com/stdlib-js/stdlib/commit/786e74e1a1eb5ca959ac7150cb6c1a75cd86c843) - **feat:** add `isndarrayLikeWithDataType` to namespace _(by Athan Reines)_
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Xiaochuan Ye <[email protected]>
Yernar Yergaziyev <[email protected]>
naveen <[email protected]>
nishant-s7 <[email protected]>
olenkabilonizhka <[email protected]>
orimiles5 <[email protected]>
rainn <[email protected]>
rei2hu <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion is-nonnegative-finite/lib/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

// MODULES //

var isNonNegativeNumber = require( './../../is-nonnegative-number').isObject;
var isNonNegativeNumber = require( './../../is-nonnegative-number' ).isObject;
var PINF = require( '@stdlib/constants/float64/pinf' );


Expand Down

0 comments on commit ba99daf

Please sign in to comment.