Skip to content

Commit 259ae53

Browse files
committed
Auto-generated commit
1 parent eace771 commit 259ae53

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

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

7-
## Unreleased (2024-12-09)
7+
## Unreleased (2024-12-15)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_
1516
- [`3e05048`](https://github.com/stdlib-js/stdlib/commit/3e05048df523b9a45e3f0621893d9dd99aae8d9c) - **docs:** remove comment _(by Athan Reines)_
1617
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1718

@@ -25,9 +26,10 @@
2526

2627
### Contributors
2728

28-
A total of 1 person contributed to this release. Thank you to this contributor:
29+
A total of 2 people contributed to this release. Thank you to the following contributors:
2930

3031
- Athan Reines
32+
- Philipp Burckhardt
3133

3234
</section>
3335

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
112112
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
113113
Varad Gupta <varadgupta21@gmail.com>
114114
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
115+
Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
115116
Xiaochuan Ye <tap91624@gmail.com>
116117
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
117118
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ double stdlib_base_erfcinv( const double x );
214214
215215
int main( void ) {
216216
const double x[] = { 0.0, 0.22, 0.44, 0.67, 0.89, 1.11, 1.33, 1.56, 1.78, 2.0 };
217-
217+
218218
double v;
219219
int i;
220220
for ( i = 0; i < 10; i++ ) {

0 commit comments

Comments
 (0)