Skip to content

Commit 1320341

Browse files
committed
Auto-generated commit
1 parent f7d69d8 commit 1320341

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
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-08-29)
7+
## Unreleased (2025-09-01)
88

99
<section class="issues">
1010

1111
### Closed Issues
1212

13-
A total of 3 issues were closed in this release:
13+
A total of 4 issues were closed in this release:
1414

15-
[#5791](https://github.com/stdlib-js/stdlib/issues/5791), [#7019](https://github.com/stdlib-js/stdlib/issues/7019), [#7744](https://github.com/stdlib-js/stdlib/issues/7744)
15+
[#5791](https://github.com/stdlib-js/stdlib/issues/5791), [#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)
1616

1717
</section>
1818

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

2525
<details>
2626

27+
- [`5f2a8e1`](https://github.com/stdlib-js/stdlib/commit/5f2a8e17d446397ce2c93e683a3187ec63a38ded) - **chore:** address EditorConfig lint errors [(#7999)](https://github.com/stdlib-js/stdlib/pull/7999) _(by DUDHAT HEMIL PRAVINKUMAR)_
2728
- [`dbc0f86`](https://github.com/stdlib-js/stdlib/commit/dbc0f86a129ad6d1bc89b4dc6a30948f2ba8e85f) - **chore:** fix JavaScript lint errors [(#7952)](https://github.com/stdlib-js/stdlib/pull/7952) _(by Vara Rahul Rajana)_
2829
- [`c2cf04d`](https://github.com/stdlib-js/stdlib/commit/c2cf04db45596bd9a6fdde72df5c85e6cd233bc7) - **chore:** fix JavaScript lint errors [(#7747)](https://github.com/stdlib-js/stdlib/pull/7747) _(by Pradyumn Prasad, Athan Reines)_
2930
- [`ac3514a`](https://github.com/stdlib-js/stdlib/commit/ac3514a8ab9759921e6c33ad11498603f1ccd085) - **refactor:** use base array assertion utility _(by Athan Reines)_
@@ -40,10 +41,11 @@ A total of 3 issues were closed in this release:
4041

4142
### Contributors
4243

43-
A total of 5 people contributed to this release. Thank you to the following contributors:
44+
A total of 6 people contributed to this release. Thank you to the following contributors:
4445

4546
- Anshu Kumar
4647
- Athan Reines
48+
- DUDHAT HEMIL PRAVINKUMAR
4749
- Philipp Burckhardt
4850
- Pradyumn Prasad
4951
- Vara Rahul Rajana
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"scale": null,
3-
"label": "",
4-
"ticks": null,
5-
"numTicks": null,
6-
"tickFormat": null,
7-
"tickSize": 6,
8-
"innerTickSize": 6,
9-
"outerTickSize": 6,
10-
"tickPadding": 3,
11-
"orientation": "bottom",
12-
"autoRender": false
2+
"scale": null,
3+
"label": "",
4+
"ticks": null,
5+
"numTicks": null,
6+
"tickFormat": null,
7+
"tickSize": 6,
8+
"innerTickSize": 6,
9+
"outerTickSize": 6,
10+
"tickPadding": 3,
11+
"orientation": "bottom",
12+
"autoRender": false
1313
}

0 commit comments

Comments
 (0)