From 20097d7b95fce9ea762e18a9a8a9de1d3fb6b772 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 24 Sep 2024 13:32:44 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 6 ++++-- CONTRIBUTORS | 1 + benchmark/benchmark.index_of.js | 2 +- benchmark/benchmark.index_of.length.js | 2 +- benchmark/benchmark.last_index_of.js | 2 +- benchmark/benchmark.last_index_of.length.js | 2 +- benchmark/benchmark.with.length.js | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2112e..7573d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-21) +## Unreleased (2024-09-24)
@@ -22,6 +22,7 @@
+- [`8f72b43`](https://github.com/stdlib-js/stdlib/commit/8f72b432c0fc81a78641d5689722ecc9671c6f02) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_ - [`988ba2c`](https://github.com/stdlib-js/stdlib/commit/988ba2c59bc5112d3c4e468245a69ce4ebe92109) - **docs:** fix example _(by Athan Reines)_ - [`91ad072`](https://github.com/stdlib-js/stdlib/commit/91ad07207eee217885975ce19d83e85d1f4a6499) - **fix:** add missing property _(by Athan Reines)_ @@ -35,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
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 147a89e..3a0c547 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -99,6 +99,7 @@ Xiaochuan Ye Yernar Yergaziyev naveen nishant-s7 <97207366+nishant-s7@users.noreply.github.com> +olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com> orimiles5 <97595296+orimiles5@users.noreply.github.com> rainn <88160429+AmCodesLame@users.noreply.github.com> rei2hu diff --git a/benchmark/benchmark.index_of.js b/benchmark/benchmark.index_of.js index 450f117..ff64f1e 100644 --- a/benchmark/benchmark.index_of.js +++ b/benchmark/benchmark.index_of.js @@ -22,7 +22,7 @@ var bench = require( '@stdlib/bench-harness' ); var Complex64 = require( '@stdlib/complex-float32-ctor' ); -var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive; +var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive; var pkg = require( './../package.json' ).name; var Complex64Array = require( './../lib' ); diff --git a/benchmark/benchmark.index_of.length.js b/benchmark/benchmark.index_of.length.js index fe82ce4..b203056 100644 --- a/benchmark/benchmark.index_of.length.js +++ b/benchmark/benchmark.index_of.length.js @@ -23,7 +23,7 @@ var bench = require( '@stdlib/bench-harness' ); var pow = require( '@stdlib/math-base-special-pow' ); var Complex64 = require( '@stdlib/complex-float32-ctor' ); -var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive; +var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive; var pkg = require( './../package.json' ).name; var Complex64Array = require( './../lib' ); diff --git a/benchmark/benchmark.last_index_of.js b/benchmark/benchmark.last_index_of.js index f560277..b6c5498 100644 --- a/benchmark/benchmark.last_index_of.js +++ b/benchmark/benchmark.last_index_of.js @@ -22,7 +22,7 @@ var bench = require( '@stdlib/bench-harness' ); var Complex64 = require( '@stdlib/complex-float32-ctor' ); -var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive; +var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive; var pkg = require( './../package.json' ).name; var Complex64Array = require( './../lib' ); diff --git a/benchmark/benchmark.last_index_of.length.js b/benchmark/benchmark.last_index_of.length.js index e762c9a..3708f13 100644 --- a/benchmark/benchmark.last_index_of.length.js +++ b/benchmark/benchmark.last_index_of.length.js @@ -23,7 +23,7 @@ var bench = require( '@stdlib/bench-harness' ); var pow = require( '@stdlib/math-base-special-pow' ); var Complex64 = require( '@stdlib/complex-float32-ctor' ); -var isInteger = require('@stdlib/assert-is-integer' ).isPrimitive; +var isInteger = require( '@stdlib/assert-is-integer' ).isPrimitive; var pkg = require( './../package.json' ).name; var Complex64Array = require( './../lib' ); diff --git a/benchmark/benchmark.with.length.js b/benchmark/benchmark.with.length.js index 694b14d..e971ffb 100644 --- a/benchmark/benchmark.with.length.js +++ b/benchmark/benchmark.with.length.js @@ -23,7 +23,7 @@ var bench = require( '@stdlib/bench-harness' ); var pow = require( '@stdlib/math-base-special-pow' ); var Complex64 = require( '@stdlib/complex-float32-ctor' ); -var isComplex64Array = require('@stdlib/assert-is-complex64array' ); +var isComplex64Array = require( '@stdlib/assert-is-complex64array' ); var pkg = require( './../package.json' ).name; var Complex64Array = require( './../lib' );