Skip to content

Commit 29d9b3a

Browse files
committed
Auto-generated commit
1 parent 199c0e6 commit 29d9b3a

5 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 3 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 (2026-02-16)
7+
## Unreleased (2026-02-25)
88

99
<section class="features">
1010

@@ -67,6 +67,8 @@ This release closes the following issue:
6767

6868
<details>
6969

70+
- [`6154a32`](https://github.com/stdlib-js/stdlib/commit/6154a32beaac09d20e3f76af7daabf41bfa22c32) - **docs:** fix section tags and disable spellcheck for false positives in README files _(by Philipp Burckhardt)_
71+
- [`46f06ad`](https://github.com/stdlib-js/stdlib/commit/46f06ad6754741320241c60ff79ffdf0a7175b07) - **docs:** fix section tags in README files _(by Philipp Burckhardt)_
7072
- [`50f2408`](https://github.com/stdlib-js/stdlib/commit/50f240842114b46d91ccc84ca97f93f6c21ae5ac) - **test:** remove duplicate test cases in `string/base` packages _(by Philipp Burckhardt)_
7173
- [`0472076`](https://github.com/stdlib-js/stdlib/commit/04720767c484e6277ad9411dff3dc5a116c31378) - **docs:** remove duplicated words in documentation and comments _(by Philipp Burckhardt)_
7274
- [`bfc8c3a`](https://github.com/stdlib-js/stdlib/commit/bfc8c3a7bcebf1a049c9e457ab440f540fd5c7a9) - **chore:** use one asterisk for license comment in TS files _(by Philipp Burckhardt)_

ends-with/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ Options:
170170

171171
</section>
172172

173-
</section>
174-
175173
<!-- /.notes -->
176174

177175
<section class="examples">

starts-with/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ Options:
166166

167167
</section>
168168

169-
</section>
170-
171169
<!-- /.notes -->
172170

173171
<section class="examples">

truncate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ out = truncate( 'beep boop', 7, '!!!' );
7979

8080
<!-- eslint no-undef: "error" -->
8181

82+
<!-- eslint-disable @cspell/spellchecker -->
83+
8284
```javascript
8385
var truncate = require( '@stdlib/string/truncate' );
8486

@@ -153,8 +155,6 @@ Options:
153155

154156
</section>
155157

156-
</section>
157-
158158
<!-- /.notes -->
159159

160160
<!-- CLI usage examples. -->

0 commit comments

Comments
 (0)