Skip to content

Commit 036f363

Browse files
committed
Auto-generated commit
1 parent 1a1b9dd commit 036f363

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-09-20)
7+
## Unreleased (2025-09-24)
88

99
<section class="issues">
1010

1111
### Closed Issues
1212

13-
A total of 7 issues were closed in this release:
13+
A total of 8 issues were closed in this release:
1414

15-
[#5791](https://github.com/stdlib-js/stdlib/issues/5791), [#6956](https://github.com/stdlib-js/stdlib/issues/6956), [#7019](https://github.com/stdlib-js/stdlib/issues/7019), [#7744](https://github.com/stdlib-js/stdlib/issues/7744), [#7993](https://github.com/stdlib-js/stdlib/issues/7993), [#8058](https://github.com/stdlib-js/stdlib/issues/8058), [#8099](https://github.com/stdlib-js/stdlib/issues/8099)
15+
[#5791](https://github.com/stdlib-js/stdlib/issues/5791), [#6956](https://github.com/stdlib-js/stdlib/issues/6956), [#7019](https://github.com/stdlib-js/stdlib/issues/7019), [#7744](https://github.com/stdlib-js/stdlib/issues/7744), [#7993](https://github.com/stdlib-js/stdlib/issues/7993), [#8058](https://github.com/stdlib-js/stdlib/issues/8058), [#8099](https://github.com/stdlib-js/stdlib/issues/8099), [#8114](https://github.com/stdlib-js/stdlib/issues/8114)
1616

1717
</section>
1818

@@ -24,6 +24,7 @@ A total of 7 issues were closed in this release:
2424

2525
<details>
2626

27+
- [`91b52d8`](https://github.com/stdlib-js/stdlib/commit/91b52d8c048d74c284478f4790690b53885cd65c) - **chore:** fix JavaScript lint errors [(#8119)](https://github.com/stdlib-js/stdlib/pull/8119) _(by Prajjwal Bajpai, Athan Reines)_
2728
- [`39c8178`](https://github.com/stdlib-js/stdlib/commit/39c81784cc23324dc9ec312ccc1ed466db849feb) - **chore:** fix EditorConfig lint errors [(#8107)](https://github.com/stdlib-js/stdlib/pull/8107) _(by Payal Goswami)_
2829
- [`6b4d430`](https://github.com/stdlib-js/stdlib/commit/6b4d4306def168bf7fccd9ca1eeb719b169c1dce) - **chore:** address JavaScript lint errors [(#8081)](https://github.com/stdlib-js/stdlib/pull/8081) _(by Anshuman Singh, Athan Reines)_
2930
- [`f5d1741`](https://github.com/stdlib-js/stdlib/commit/f5d1741e71dac9dc829551c86109d18590515e01) - **chore:** address lint errors in `plot/unicode/stemleaf` [(#8066)](https://github.com/stdlib-js/stdlib/pull/8066) _(by Vara Rahul Rajana)_
@@ -44,7 +45,7 @@ A total of 7 issues were closed in this release:
4445

4546
### Contributors
4647

47-
A total of 8 people contributed to this release. Thank you to the following contributors:
48+
A total of 9 people contributed to this release. Thank you to the following contributors:
4849

4950
- Anshu Kumar
5051
- Anshuman Singh
@@ -53,6 +54,7 @@ A total of 8 people contributed to this release. Thank you to the following cont
5354
- Payal Goswami
5455
- Philipp Burckhardt
5556
- Pradyumn Prasad
57+
- Prajjwal Bajpai
5658
- Vara Rahul Rajana
5759

5860
</section>

ctor/lib/view/electron/js/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var debug;
3131
localStorage.debug = ENV.DEBUG;
3232

3333
// Load `debug`:
34-
debug = require( 'debug/browser' ); // eslint-disable-line stdlib/require-order
34+
debug = require( 'debug/browser' ); // eslint-disable-line stdlib/require-order, stdlib/require-file-extensions
3535

3636

3737
// EXPORTS //

0 commit comments

Comments
 (0)