Skip to content

Commit af144ce

Browse files
committed
Auto-generated commit
1 parent 6cb6652 commit af144ce

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111

112112
### Closed Issues
113113

114-
A total of 12 issues were closed in this release:
114+
A total of 13 issues were closed in this release:
115115

116-
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901), [#6925](https://github.com/stdlib-js/stdlib/issues/6925), [#7084](https://github.com/stdlib-js/stdlib/issues/7084), [#7107](https://github.com/stdlib-js/stdlib/issues/7107), [#7199](https://github.com/stdlib-js/stdlib/issues/7199), [#8013](https://github.com/stdlib-js/stdlib/issues/8013), [#8043](https://github.com/stdlib-js/stdlib/issues/8043), [#8050](https://github.com/stdlib-js/stdlib/issues/8050), [#8082](https://github.com/stdlib-js/stdlib/issues/8082), [#8088](https://github.com/stdlib-js/stdlib/issues/8088), [#8129](https://github.com/stdlib-js/stdlib/issues/8129)
116+
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901), [#6925](https://github.com/stdlib-js/stdlib/issues/6925), [#7084](https://github.com/stdlib-js/stdlib/issues/7084), [#7107](https://github.com/stdlib-js/stdlib/issues/7107), [#7199](https://github.com/stdlib-js/stdlib/issues/7199), [#8013](https://github.com/stdlib-js/stdlib/issues/8013), [#8043](https://github.com/stdlib-js/stdlib/issues/8043), [#8050](https://github.com/stdlib-js/stdlib/issues/8050), [#8082](https://github.com/stdlib-js/stdlib/issues/8082), [#8088](https://github.com/stdlib-js/stdlib/issues/8088), [#8129](https://github.com/stdlib-js/stdlib/issues/8129), [#8135](https://github.com/stdlib-js/stdlib/issues/8135)
117117

118118
</section>
119119

@@ -125,6 +125,7 @@ A total of 12 issues were closed in this release:
125125

126126
<details>
127127

128+
- [`e7bd1d0`](https://github.com/stdlib-js/stdlib/commit/e7bd1d04143a9e72e40a3cf8bf7daa17e4ad3620) - **style:** re-enable lint rule [(#8138)](https://github.com/stdlib-js/stdlib/pull/8138) _(by Zuhair Ahmad)_
128129
- [`4dba8a6`](https://github.com/stdlib-js/stdlib/commit/4dba8a659480c7c39382084ba3bb7fdace936609) - **chore:** fix JavaScript lint errors [(#8134)](https://github.com/stdlib-js/stdlib/pull/8134) _(by Payal Goswami, Athan Reines)_
129130
- [`1cfd7f2`](https://github.com/stdlib-js/stdlib/commit/1cfd7f22c3c5a1565ca7b5c34189102a93c1a28c) - **feat:** update `assert` TypeScript declarations _(by Philipp Burckhardt)_
130131
- [`af59fdf`](https://github.com/stdlib-js/stdlib/commit/af59fdfb5f2aae5ced449bd6ccddc012047f0089) - **chore:** minor clean-up _(by Philipp Burckhardt)_
@@ -260,7 +261,7 @@ A total of 12 issues were closed in this release:
260261

261262
### Contributors
262263

263-
A total of 14 people contributed to this release. Thank you to the following contributors:
264+
A total of 15 people contributed to this release. Thank you to the following contributors:
264265

265266
- Anshu Kumar
266267
- Athan Reines
@@ -276,6 +277,7 @@ A total of 14 people contributed to this release. Thank you to the following con
276277
- Tushar Bhardwaj
277278
- Uday Kakade
278279
- Vara Rahul Rajana
280+
- Zuhair Ahmad
279281

280282
</section>
281283

is-finite/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers, no-undefined, no-empty-function, stdlib/no-redeclare */
19+
/* eslint-disable no-undefined, no-empty-function, stdlib/no-redeclare */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)