File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2025-08-17 )
7+ ## Unreleased (2025-09-06 )
88
99<section class =" features " >
1010
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)_
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Bruno Fenzl <brunofenzl@gmail.com>
4242Bryan Elee <rxbryn@gmail.com>
4343Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
4444Christopher Dambamuromo <chridam@gmail.com>
45+ DUDHAT HEMIL PRAVINKUMAR <138382078+Hemil36@users.noreply.github.com>
4546Dan Rose <danoftheroses@gmail.com>
4647Daniel Hernandez Gomez <156333015+dhernandeez13@users.noreply.github.com>
4748Daniel Killenberger <daniel.killenberger@gmail.com>
@@ -189,6 +190,7 @@ Sivam Das <100067002+Sivam2313@users.noreply.github.com>
189190Snehil Shah <snehilshah.989@gmail.com>
190191Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
191192Spandan Barve <contact@marsian.dev>
193+ Srinivas Batthula <srinivasbatthula05.official@gmail.com>
192194Stephannie Jiménez Gacha <steff456@hotmail.com>
193195Suhaib Ilahi <suhaib.elahi87@gmail.com>
194196Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
Original file line number Diff line number Diff 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',
You can’t perform that action at this time.
0 commit comments