diff --git a/CHANGELOG.md b/CHANGELOG.md index 2949c3a4..52b9bae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-07) +## Unreleased (2024-09-08)
@@ -84,10 +84,11 @@ ### Contributors -A total of 2 people contributed to this release. Thank you to the following contributors: +A total of 3 people contributed to this release. Thank you to the following contributors: - Athan Reines - Muhammad Haris +- Philipp Burckhardt
@@ -99,6 +100,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
+- [`0c5f1bc`](https://github.com/stdlib-js/stdlib/commit/0c5f1bc12678832bf4aafddbf2a960e98612327b) - **chore:** rename folder from benchmarks to benchmark _(by Philipp Burckhardt)_ - [`6a6bc1d`](https://github.com/stdlib-js/stdlib/commit/6a6bc1da925c3c3f24463cf0d381d0d38e84868b) - **feat:** add `ndarray/base/fill` [(#2817)](https://github.com/stdlib-js/stdlib/pull/2817) _(by Muhammad Haris, Athan Reines)_ - [`8bcb738`](https://github.com/stdlib-js/stdlib/commit/8bcb738f0fc355eae92b40541cc61550fda1fbef) - **feat:** add `ndarray/base/to-reversed` [(#2861)](https://github.com/stdlib-js/stdlib/pull/2861) _(by Muhammad Haris, Athan Reines)_ diff --git a/base/to-reversed/benchmarks/benchmark.js b/base/to-reversed/benchmark/benchmark.js similarity index 99% rename from base/to-reversed/benchmarks/benchmark.js rename to base/to-reversed/benchmark/benchmark.js index 3d1158cd..0ea0a07b 100644 --- a/base/to-reversed/benchmarks/benchmark.js +++ b/base/to-reversed/benchmark/benchmark.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-restricted-syntax */ - 'use strict'; // MODULES //