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 <60700731+abdelrahman04@users.noreply.github.com>
99
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
1010
Abhay Punia <156515195+Hecker165@users.noreply.github.com>
1111
Abhijit Raut <abhijitmraut8010@gmail.com>
12+
Abhishek G <166795493+AbhishekG-Codes@users.noreply.github.com>
1213
Abhishek Jain <40913033+abhishekblue@users.noreply.github.com>
1314
Adarsh Palaskar <adarshpalaskar99@gmail.com>
1415
Aditya Sapra <adityaework@gmail.com>
16+
Aditya Singh <adityasinghk099@gmail.com>
1517
Ahmed Atwa <Ahmedatwa866@yahoo.com>
1618
Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1719
Ahmed Khaled <kahmd1444@gmail.com>
@@ -119,6 +121,8 @@ Momtchil Momtchev <momtchil@momtchev.com>
119121
Muhammad Haris <harriskhan047@outlook.com>
120122
Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
121123
Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
124+
NEEKUorAAYUSH <aayush10072004@gmail.com>
125+
Nakul Krishnakumar <nakulkrishnakumar86@gmail.com>
122126
Naresh Jagadeesan <naresh.naresh000@gmail.com>
123127
Naveen Kumar <stupiddint@gmail.com>
124128
Neeraj Pathak <neerajrpathak710@gmail.com>
@@ -133,6 +137,7 @@ Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
133137
Ori Miles <97595296+orimiles5@users.noreply.github.com>
134138
Philipp Burckhardt <pburckhardt@outlook.com>
135139
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
140+
Pradyumn Prasad <pradyumnprasad.567@gmail.com>
136141
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
137142
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
138143
Pranav Goswami <pranavchiku11@gmail.com>
@@ -198,10 +203,12 @@ Utkarsh <http://utkarsh11105@gmail.com>
198203
Utkarsh Raj <rajutkarsh2505@gmail.com>
199204
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
200205
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
206+
Vansh Choudhary <iamvanshchaudhary7@gmail.com>
201207
Vara Rahul Rajana <123227543+rajanarahul93@users.noreply.github.com>
202208
Varad Gupta <varadgupta21@gmail.com>
203209
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
204210
Vivek Maurya <vm8118134@gmail.com>
211+
Wendy Yuchen Sun <wendyyuchensun@gmail.com>
205212
Xiaochuan Ye <tap91624@gmail.com>
206213
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
207214
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

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)