Skip to content

Commit a27f61c

Browse files
committed
Auto-generated commit
1 parent e9bb381 commit a27f61c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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-09-24)
7+
## Unreleased (2025-09-29)
88

99
<section class="features">
1010

@@ -125,6 +125,7 @@ A total of 14 issues were closed in this release:
125125

126126
<details>
127127

128+
- [`54363ed`](https://github.com/stdlib-js/stdlib/commit/54363ed3920de649123a27427efc7cfedd6fd78b) - **docs:** fix return annotation value _(by Philipp Burckhardt)_
128129
- [`91b52d8`](https://github.com/stdlib-js/stdlib/commit/91b52d8c048d74c284478f4790690b53885cd65c) - **chore:** fix JavaScript lint errors [(#8119)](https://github.com/stdlib-js/stdlib/pull/8119) _(by Prajjwal Bajpai, Athan Reines)_
129130
- [`e7bd1d0`](https://github.com/stdlib-js/stdlib/commit/e7bd1d04143a9e72e40a3cf8bf7daa17e4ad3620) - **style:** re-enable lint rule [(#8138)](https://github.com/stdlib-js/stdlib/pull/8138) _(by Zuhair Ahmad)_
130131
- [`4dba8a6`](https://github.com/stdlib-js/stdlib/commit/4dba8a659480c7c39382084ba3bb7fdace936609) - **chore:** fix JavaScript lint errors [(#8134)](https://github.com/stdlib-js/stdlib/pull/8134) _(by Payal Goswami, Athan Reines)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
223223
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
224224
Yugal Kaushik <yugalkaushik14@gmail.com>
225225
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
226+
Zuhair Ahmad <157193652+Zuhair-CS@users.noreply.github.com>
226227
deepak427 <62477872+deepak427@users.noreply.github.com>
227228
devshree-bhati <147095250+devshree-bhati@users.noreply.github.com>
228229
ditsu <170345142+ditsus@users.noreply.github.com>

is-constantcase/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var constantcase = require( '@stdlib/string/base/constantcase' );
4040
* // returns false
4141
*
4242
* bool = isConstantcase( 'BEEP-BOOP' );
43-
* // returns true
43+
* // returns false
4444
*
4545
* bool = isConstantcase( 'beep boop' );
4646
* // returns false

0 commit comments

Comments
 (0)