Skip to content

Commit 22db84d

Browse files
committed
Auto-generated commit
1 parent cbc3cb7 commit 22db84d

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

+34
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 (2025-04-22)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`2e8998e`](https://github.com/stdlib-js/stdlib/commit/2e8998ee67be12caff9a99df3ba3256c55b167a2) - **chore:** update test messages in `constants/float16` [(#6774)](https://github.com/stdlib-js/stdlib/pull/6774) _(by Harsh)_
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+
- Harsh
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-27)

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Naveen Kumar <stupiddint@gmail.com>
106106
Neeraj Pathak <neerajrpathak710@gmail.com>
107107
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
108108
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
109+
Nishant singh <38534128+Nishantsingh11@users.noreply.github.com>
109110
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
110111
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
111112
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ tape( 'main export is a number', function test( t ) {
3434
});
3535

3636
tape( 'the exported value is 2**11-1', function test( t ) {
37-
t.equal( FLOAT16_MAX_SAFE_INTEGER, pow( 2.0, 11 ) - 1.0, 'returns 2**11-1' );
37+
t.equal( FLOAT16_MAX_SAFE_INTEGER, pow( 2.0, 11 ) - 1.0, 'returns expected value' );
3838
t.end();
3939
});

0 commit comments

Comments
 (0)