Skip to content

Commit e668c77

Browse files
committed
Auto-generated commit
1 parent 694bfe4 commit e668c77

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-02-25)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`4fb4995`](https://github.com/stdlib-js/stdlib/commit/4fb49958095bee6d0cfee8b5d63fcfdf94f87e6e) - **docs:** fix missing and malformed section tags in README files _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.3">
640

741
## 0.2.3 (2026-02-08)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ Options:
204204

205205
- Data is written to `stdout` as comma-separated values ([CSV][csv]), where the first line is a header line.
206206

207+
</section>
208+
209+
<!-- /.notes -->
210+
207211
<section class="examples">
208212

209213
### Examples
@@ -289,8 +293,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
289293
[npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-ssa-us-births-2000-2014.svg
290294
[npm-url]: https://npmjs.org/package/@stdlib/datasets-ssa-us-births-2000-2014
291295

292-
[test-image]: https://github.com/stdlib-js/datasets-ssa-us-births-2000-2014/actions/workflows/test.yml/badge.svg?branch=v0.2.3
293-
[test-url]: https://github.com/stdlib-js/datasets-ssa-us-births-2000-2014/actions/workflows/test.yml?query=branch:v0.2.3
296+
[test-image]: https://github.com/stdlib-js/datasets-ssa-us-births-2000-2014/actions/workflows/test.yml/badge.svg?branch=main
297+
[test-url]: https://github.com/stdlib-js/datasets-ssa-us-births-2000-2014/actions/workflows/test.yml?query=branch:main
294298

295299
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-ssa-us-births-2000-2014/main.svg
296300
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-ssa-us-births-2000-2014?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stdlib/fs-read-file": "^0.2.3",
4848
"@stdlib/fs-read-json": "^0.2.4",
4949
"@stdlib/streams-node-stdout": "^0.2.3",
50-
"@stdlib/utils-copy": "^0.2.2"
50+
"@stdlib/utils-copy": "^0.2.3"
5151
},
5252
"devDependencies": {
5353
"@stdlib/assert-is-array": "^0.2.3",
@@ -62,7 +62,7 @@
6262
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6363
"istanbul": "^0.4.1",
6464
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
65-
"@stdlib/bench-harness": "^0.2.2"
65+
"@stdlib/bench-harness": "^0.2.3"
6666
},
6767
"engines": {
6868
"node": ">=0.10.0",

0 commit comments

Comments
 (0)