Skip to content

Commit b0fb175

Browse files
committed
Auto-generated commit
1 parent 1939766 commit b0fb175

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-08-12)
7+
## Unreleased (2025-09-06)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`380f888`](https://github.com/stdlib-js/stdlib/commit/380f888de613b7b07e909ce7a1bc53f5a9801717) - **docs:** fix TypeScript declaration examples in string packages _(by Philipp Burckhardt)_
1516
- [`77867ac`](https://github.com/stdlib-js/stdlib/commit/77867ac1767a186023f633dea30ddf860962aaed) - **docs:** remove trailing whitespace _(by Philipp Burckhardt)_
1617

1718
</details>

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Bruno Fenzl <[email protected]>
4242
Bryan Elee <[email protected]>
4343
Chinmay Joshi <[email protected]>
4444
Christopher Dambamuromo <[email protected]>
45+
DUDHAT HEMIL PRAVINKUMAR <[email protected]>
4546
4647
Daniel Hernandez Gomez <[email protected]>
4748
Daniel Killenberger <[email protected]>
@@ -166,6 +167,7 @@ Ruthwik Chikoti <[email protected]>
166167
Ryan Seal <[email protected]>
167168
Rylan Yang <[email protected]>
168169
SAHIL KUMAR <[email protected]>
170+
SAUJANYA MAGARDE <[email protected]>
169171
SHIVAM YADAV <[email protected]>
170172
Sachin Raj <[email protected]>
171173
Sahil Goyal <[email protected]>
@@ -188,6 +190,7 @@ Sivam Das <[email protected]>
188190
Snehil Shah <[email protected]>
189191
Soumajit Chatterjee <[email protected]>
190192
Spandan Barve <[email protected]>
193+
Srinivas Batthula <[email protected]>
191194
Stephannie Jiménez Gacha <[email protected]>
192195
Suhaib Ilahi <[email protected]>
193196
Suraj Kumar <[email protected]>

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @example
3838
* var out = replaceBefore( 'Hello World!', '', 'foo' );
39-
* // returns 'Hello world!'
39+
* // returns 'Hello World!'
4040
*
4141
* @example
4242
* var out = replaceBefore( 'Hello World!', 'xyz', 'foo' );

0 commit comments

Comments
 (0)