Skip to content

Commit d9b3516

Browse files
committed
Auto-generated commit
1 parent 2da40a7 commit d9b3516

3 files changed

Lines changed: 40 additions & 4 deletions

File tree

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-05)

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ console.log( UINT32_MAX );
101101
// => 4294967295
102102
```
103103

104-
<!-- </examples -->
104+
</section>
105+
106+
<!-- /.examples -->
105107

106108
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
107109

@@ -156,8 +158,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
156158
[npm-image]: http://img.shields.io/npm/v/@stdlib/constants-uint32-max.svg
157159
[npm-url]: https://npmjs.org/package/@stdlib/constants-uint32-max
158160

159-
[test-image]: https://github.com/stdlib-js/constants-uint32-max/actions/workflows/test.yml/badge.svg?branch=v0.2.3
160-
[test-url]: https://github.com/stdlib-js/constants-uint32-max/actions/workflows/test.yml?query=branch:v0.2.3
161+
[test-image]: https://github.com/stdlib-js/constants-uint32-max/actions/workflows/test.yml/badge.svg?branch=main
162+
[test-url]: https://github.com/stdlib-js/constants-uint32-max/actions/workflows/test.yml?query=branch:main
161163

162164
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-uint32-max/main.svg
163165
[coverage-url]: https://codecov.io/github/stdlib-js/constants-uint32-max?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {},
3838
"devDependencies": {
39-
"@stdlib/math-base-special-pow": "^0.3.0",
39+
"@stdlib/math-base-special-pow": "^0.3.1",
4040
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4141
"istanbul": "^0.4.1",
4242
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)