Skip to content

Commit 7d1faf1

Browse files
committed
Auto-generated commit
1 parent 028937e commit 7d1faf1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-07-27)
7+
## Unreleased (2025-08-12)
88

99
<section class="features">
1010

@@ -50,6 +50,7 @@ This release closes the following issue:
5050

5151
<details>
5252

53+
- [`77867ac`](https://github.com/stdlib-js/stdlib/commit/77867ac1767a186023f633dea30ddf860962aaed) - **docs:** remove trailing whitespace _(by Philipp Burckhardt)_
5354
- [`d6ee4e5`](https://github.com/stdlib-js/stdlib/commit/d6ee4e5db0d8c86c57fc7c110ad41c0fdb00b321) - **feat:** update error databases [(#7752)](https://github.com/stdlib-js/stdlib/pull/7752) _(by stdlib-bot)_
5455
- [`a337404`](https://github.com/stdlib-js/stdlib/commit/a3374043768674fe57765ead5aa348067b3c4880) - **feat:** update error databases [(#7700)](https://github.com/stdlib-js/stdlib/pull/7700) _(by stdlib-bot, Athan Reines)_
5556
- [`1c2c241`](https://github.com/stdlib-js/stdlib/commit/1c2c241591ad0be0cd68cb5a6143c5040f42971d) - **feat:** update error databases [(#7441)](https://github.com/stdlib-js/stdlib/pull/7441) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Abdelrahman Samir <[email protected]>
99
Abdul Kaium <[email protected]>
1010
Abhay Punia <[email protected]>
1111
Abhijit Raut <[email protected]>
12+
Abhishek G <[email protected]>
1213
Abhishek Jain <[email protected]>
1314
Adarsh Palaskar <[email protected]>
1415
Aditya Sapra <[email protected]>
16+
Aditya Singh <[email protected]>
1517
Ahmed Atwa <[email protected]>
1618
Ahmed Kashkoush <[email protected]>
1719
Ahmed Khaled <[email protected]>
@@ -119,6 +121,8 @@ Momtchil Momtchev <[email protected]>
119121
Muhammad Haris <[email protected]>
120122
Muhammad Taaha Tariq <[email protected]>
121123
Muhmmad Saad <[email protected]>
124+
NEEKUorAAYUSH <[email protected]>
125+
Nakul Krishnakumar <[email protected]>
122126
Naresh Jagadeesan <[email protected]>
123127
Naveen Kumar <[email protected]>
124128
Neeraj Pathak <[email protected]>
@@ -133,6 +137,7 @@ Oneday12323 <[email protected]>
133137
Ori Miles <[email protected]>
134138
Philipp Burckhardt <[email protected]>
135139
Pierre Forstmann <[email protected]>
140+
Pradyumn Prasad <[email protected]>
136141
Prajjwal Bajpai <[email protected]>
137142
Prajwal Kulkarni <[email protected]>
138143
Pranav Goswami <[email protected]>
@@ -198,10 +203,12 @@ Utkarsh <http://[email protected]>
198203
Utkarsh Raj <[email protected]>
199204
UtkershBasnet <[email protected]>
200205
Vaibhav Patel <[email protected]>
206+
Vansh Choudhary <[email protected]>
201207
Vara Rahul Rajana <[email protected]>
202208
Varad Gupta <[email protected]>
203209
Vinit Pandit <[email protected]>
204210
Vivek Maurya <[email protected]>
211+
Wendy Yuchen Sun <[email protected]>
205212
Xiaochuan Ye <[email protected]>
206213
Yaswanth Kosuru <[email protected]>
207214
Yernar Yergaziyev <[email protected]>

to-json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var json = error2json( err );
107107

108108
- Supported built-in [`error`][mdn-error] types:
109109

110-
- [`Error`][mdn-error]
110+
- [`Error`][mdn-error]
111111
- [`TypeError`][mdn-type-error]
112112
- [`SyntaxError`][mdn-syntax-error]
113113
- [`ReferenceError`][mdn-reference-error]

0 commit comments

Comments
 (0)