Skip to content

Commit a2e0f19

Browse files
committed
Auto-generated commit
1 parent 91b9a91 commit a2e0f19

File tree

3 files changed

+6
-1
lines changed

3 files changed

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

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`8b0b780`](https://github.com/stdlib-js/stdlib/commit/8b0b78084a2ff5d7a76ba3c5945b13d7f0906f4f) - **docs:** fix TypeScript declaration linting errors _(by Philipp Burckhardt)_
2526
- [`126b871`](https://github.com/stdlib-js/stdlib/commit/126b871b84181dae9726c3c0e28cd2c5873d2608) - **refactor:** update error message _(by Athan Reines)_
2627
- [`6d48b26`](https://github.com/stdlib-js/stdlib/commit/6d48b26e1cdb3c2f6cfb39dd188b8c48ea595e69) - **chore:** fix error message typo _(by Philipp Burckhardt)_
2728
- [`02911b0`](https://github.com/stdlib-js/stdlib/commit/02911b0457750185f9b83c04e8e964ee5440d91e) - **docs:** fix typo _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 2 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>
@@ -189,6 +190,7 @@ Sivam Das <100067002+Sivam2313@users.noreply.github.com>
189190
Snehil Shah <snehilshah.989@gmail.com>
190191
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
191192
Spandan Barve <contact@marsian.dev>
193+
Srinivas Batthula <srinivasbatthula05.official@gmail.com>
192194
Stephannie Jiménez Gacha <steff456@hotmail.com>
193195
Suhaib Ilahi <suhaib.elahi87@gmail.com>
194196
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>

docs/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ type http2Server = ( done: Callback ) => void;
168168
* var http2Server = factory( opts );
169169
*
170170
* @example
171+
* var readFileSync = require( '@stdlib/fs-read-file' ).sync;
172+
*
171173
* var opts = {
172174
* 'port': 7331,
173175
* 'address': '0.0.0.0',

0 commit comments

Comments
 (0)