Skip to content

Commit 1c9211a

Browse files
committed
Auto-generated commit
1 parent 153b76d commit 1c9211a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/.keepalive

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

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-08-18)
7+
## Unreleased (2025-09-06)
88

99
<section class="issues">
1010

@@ -24,6 +24,7 @@ This release closes the following issue:
2424

2525
<details>
2626

27+
- [`8b0b780`](https://github.com/stdlib-js/stdlib/commit/8b0b78084a2ff5d7a76ba3c5945b13d7f0906f4f) - **docs:** fix TypeScript declaration linting errors _(by Philipp Burckhardt)_
2728
- [`07f7c05`](https://github.com/stdlib-js/stdlib/commit/07f7c0522c73e6ad9505e1d45035ae439344200d) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
2829
- [`f344466`](https://github.com/stdlib-js/stdlib/commit/f344466c6dcfb8f52d7f3148acaadd52772938da) - **test:** use .strictEqual() instead of .equal() and fix lint errors _(by Philipp Burckhardt)_
2930
- [`77867ac`](https://github.com/stdlib-js/stdlib/commit/77867ac1767a186023f633dea30ddf860962aaed) - **docs:** remove trailing whitespace _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 2 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]>
@@ -189,6 +190,7 @@ Sivam Das <[email protected]>
189190
Snehil Shah <[email protected]>
190191
Soumajit Chatterjee <[email protected]>
191192
Spandan Barve <[email protected]>
193+
Srinivas Batthula <[email protected]>
192194
Stephannie Jiménez Gacha <[email protected]>
193195
Suhaib Ilahi <[email protected]>
194196
Suraj Kumar <[email protected]>

dirname-posix/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface ReDirnamePosix {
3838
* Regular expression to capture a POSIX path dirname.
3939
*
4040
* @example
41-
* var ext = reExtnamePosix.REGEXP.exec( 'index.js' )[ 1 ];
41+
* var ext = reDirnamePosix.REGEXP.exec( 'index.js' )[ 1 ];
4242
* // returns '.js'
4343
*/
4444
REGEXP: RegExp;

0 commit comments

Comments
 (0)