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 Jul 14, 2024
1 parent 3c88eeb commit 9e4df62
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 11 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-07-07)
## Unreleased (2024-07-14)

<section class="packages">

Expand Down Expand Up @@ -1693,6 +1693,7 @@ A total of 10 people contributed to this release. Thank you to the following con

<details>

- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
- [`659f752`](https://github.com/stdlib-js/stdlib/commit/659f752db18317bf5fc237fdbcad0d74b61e1ed9) - **style:** add missing spaces _(by Philipp Burckhardt)_
- [`a5c9e56`](https://github.com/stdlib-js/stdlib/commit/a5c9e56a3ea7198ae4fe3248d4bfaa9e1d19bfcd) - **feat:** add `assert/is-same-booleanarray` [(#2401)](https://github.com/stdlib-js/stdlib/pull/2401) _(by Jaysukh Makvana, Athan Reines)_
- [`7c36ea3`](https://github.com/stdlib-js/stdlib/commit/7c36ea3437d16b7ce4fd86d76636b5a5d77d04c3) - **feat:** add `assert/is-booleanarray` [(#2299)](https://github.com/stdlib-js/stdlib/pull/2299) _(by Jaysukh Makvana, Athan Reines)_
Expand Down
2 changes: 0 additions & 2 deletions napi/equal-typedarray-types/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -70,7 +69,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions napi/equal-types/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -66,7 +65,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions napi/has-property/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -58,7 +57,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions napi/is-type/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -58,7 +57,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down
2 changes: 0 additions & 2 deletions napi/is-typedarray/src/addon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/**
* Receives JavaScript callback invocation data.
*
* @private
* @param env environment under which the function is invoked
* @param info callback data
* @return Node-API value
Expand Down Expand Up @@ -58,7 +57,6 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
/**
* Initializes a Node-API module.
*
* @private
* @param env environment under which the function is invoked
* @param exports exports object
* @return main export
Expand Down

0 comments on commit 9e4df62

Please sign in to comment.