Skip to content

Commit d8cf611

Browse files
committed
Auto-generated commit
1 parent f595ff3 commit d8cf611

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

.github/.keepalive

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

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 (2025-04-22)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`9b9c746`](https://github.com/stdlib-js/stdlib/commit/9b9c7468b6c0c0d2575bbeedbee96c9bcee64b26) - **chore:** update test messages in `constants/float32` [(#6773)](https://github.com/stdlib-js/stdlib/pull/6773) _(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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
5151
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
5252
Frank Kovacs <fran70kk@gmail.com>
5353
GK Bishnoi <gkishan1kyt@gmail.com>
54+
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5455
Gaurav <gaurav70380@gmail.com>
5556
Gautam sharma <gautamkrishnasharma1@gmail.com>
5657
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
@@ -77,6 +78,7 @@ Joris Labie <joris.labie1@gmail.com>
7778
Justin Dennison <justin1dennison@gmail.com>
7879
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
7980
Karan Anand <anandkarancompsci@gmail.com>
81+
Karan Yadav <77043443+karanBRAVO@users.noreply.github.com>
8082
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8183
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
8284
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
@@ -86,6 +88,7 @@ Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
8688
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
8789
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
8890
MANI <77221000+Eternity0207@users.noreply.github.com>
91+
Mahfuza Humayra Mohona <mhmohona@gmail.com>
8992
Manik Sharma <maniksharma.rke@gmail.com>
9093
Manvith M <148960168+manvith2003@users.noreply.github.com>
9194
Marcus Fantham <mfantham@users.noreply.github.com>
@@ -103,6 +106,7 @@ Naveen Kumar <stupiddint@gmail.com>
103106
Neeraj Pathak <neerajrpathak710@gmail.com>
104107
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
105108
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
109+
Nishant singh <38534128+Nishantsingh11@users.noreply.github.com>
106110
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
107111
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
108112
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
@@ -118,6 +122,7 @@ Prashant Kumar Yadav <144602492+0PrashantYadav0@users.noreply.github.com>
118122
PrathamBhamare <164445568+PrathamBhamare@users.noreply.github.com>
119123
Pratik Singh <97464067+Pratik772846@users.noreply.github.com>
120124
Pratyush Kumar Chouhan <pratyushkumar0308@gmail.com>
125+
Pravesh Kunwar <praveshkunwar04@gmail.com>
121126
Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
122127
Priyanshu Agarwal <113460573+AgPriyanshu18@users.noreply.github.com>
123128
Pulkit Gupta <65711278+pulkitgupta2@users.noreply.github.com>
@@ -177,6 +182,7 @@ Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
177182
ditsu <170345142+ditsus@users.noreply.github.com>
178183
ekambains <bainsinbusiness@gmail.com>
179184
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
185+
iraandrushko <71790513+iraandrushko@users.noreply.github.com>
180186
lohithganni <116790357+lohithganni@users.noreply.github.com>
181187
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
182188
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) {
3333
});
3434

3535
tape( 'the exported value is 4', function test( t ) {
36-
t.equal( NUM_BYTES, 4, 'equals 4' );
36+
t.equal( NUM_BYTES, 4, 'returns expected value' );
3737
t.end();
3838
});

0 commit comments

Comments
 (0)