Skip to content

Commit 1dabab7

Browse files
committed
Auto-generated commit
1 parent bd203de commit 1dabab7

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

@@ -33,6 +33,7 @@
3333

3434
<details>
3535

36+
- [`8b0b780`](https://github.com/stdlib-js/stdlib/commit/8b0b78084a2ff5d7a76ba3c5945b13d7f0906f4f) - **docs:** fix TypeScript declaration linting errors _(by Philipp Burckhardt)_
3637
- [`126b871`](https://github.com/stdlib-js/stdlib/commit/126b871b84181dae9726c3c0e28cd2c5873d2608) - **refactor:** update error message _(by Athan Reines)_
3738
- [`6d48b26`](https://github.com/stdlib-js/stdlib/commit/6d48b26e1cdb3c2f6cfb39dd188b8c48ea595e69) - **chore:** fix error message typo _(by Philipp Burckhardt)_
3839
- [`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 <[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]>

http2-secure-server/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)