Skip to content

Commit b0fb175

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

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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 <brunofenzl@gmail.com>
4242
Bryan Elee <rxbryn@gmail.com>
4343
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
4444
Christopher Dambamuromo <chridam@gmail.com>
45+
DUDHAT HEMIL PRAVINKUMAR <138382078+Hemil36@users.noreply.github.com>
4546
Dan Rose <danoftheroses@gmail.com>
4647
Daniel Hernandez Gomez <156333015+dhernandeez13@users.noreply.github.com>
4748
Daniel Killenberger <daniel.killenberger@gmail.com>
@@ -166,6 +167,7 @@ Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
166167
Ryan Seal <splrk@users.noreply.github.com>
167168
Rylan Yang <137365285+rylany27@users.noreply.github.com>
168169
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
170+
SAUJANYA MAGARDE <162047941+SaujanyaMagarde@users.noreply.github.com>
169171
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
170172
Sachin Raj <120590207+schnrj@users.noreply.github.com>
171173
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
@@ -188,6 +190,7 @@ Sivam Das <100067002+Sivam2313@users.noreply.github.com>
188190
Snehil Shah <snehilshah.989@gmail.com>
189191
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
190192
Spandan Barve <contact@marsian.dev>
193+
Srinivas Batthula <srinivasbatthula05.official@gmail.com>
191194
Stephannie Jiménez Gacha <steff456@hotmail.com>
192195
Suhaib Ilahi <suhaib.elahi87@gmail.com>
193196
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>

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)