Skip to content

Commit be3ff1d

Browse files
committed
Auto-generated commit
1 parent f1217c9 commit be3ff1d

File tree

6 files changed

+76
-11
lines changed

6 files changed

+76
-11
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-04-20)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`294d60a`](https://github.com/stdlib-js/stdlib/commit/294d60af4131dbdbc9b717708e407cc07de14ebc) - **chore:** update test messages in `constants/float64` [(#6748)](https://github.com/stdlib-js/stdlib/pull/6748) _(by Harsh, hrshya)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 2 people contributed to this release. Thank you to the following contributors:
28+
29+
- Harsh
30+
- hrshya
31+
32+
</section>
33+
34+
<!-- /.contributors -->
35+
36+
</section>
37+
38+
<!-- /.release -->
39+
540
<section class="release" id="v0.2.2">
641

742
## 0.2.2 (2024-07-27)

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Dorrin Sotoudeh <[email protected]>
5151
EuniceSim142 <[email protected]>
5252
Frank Kovacs <[email protected]>
5353
GK Bishnoi <[email protected]>
54+
GURU PRASAD SHARMA <[email protected]>
5455
5556
Gautam sharma <[email protected]>
5657
Golden Kumar <[email protected]>
@@ -77,6 +78,7 @@ Joris Labie <[email protected]>
7778
Justin Dennison <[email protected]>
7879
Justyn Shelby <[email protected]>
7980
Karan Anand <[email protected]>
81+
Karan Yadav <[email protected]>
8082
Karthik Prakash <[email protected]>
8183
Kaushikgtm <[email protected]>
8284
Kavyansh-Bagdi <[email protected]>
@@ -86,6 +88,7 @@ Krishnendu Das <[email protected]>
8688
Kshitij-Dale <[email protected]>
8789
Lovelin Dhoni J B <[email protected]>
8890
91+
Mahfuza Humayra Mohona <[email protected]>
8992
Manik Sharma <[email protected]>
9093
Manvith M <[email protected]>
9194
Marcus Fantham <[email protected]>
@@ -118,6 +121,7 @@ Prashant Kumar Yadav <[email protected]>
118121
PrathamBhamare <[email protected]>
119122
Pratik Singh <[email protected]>
120123
Pratyush Kumar Chouhan <[email protected]>
124+
Pravesh Kunwar <[email protected]>
121125
Priyansh Prajapati <[email protected]>
122126
Priyanshu Agarwal <[email protected]>
123127
Pulkit Gupta <[email protected]>
@@ -177,6 +181,7 @@ Yuvi Mittal <[email protected]>
177181
178182
ekambains <[email protected]>
179183
fadiothman22 <[email protected]>
184+
iraandrushko <[email protected]>
180185
lohithganni <[email protected]>
181186
olenkabilonizhka <[email protected]>
182187
pranav-1720 <[email protected]>

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,6 @@ For more information on the project, filing bug reports and feature requests, an
190190

191191
---
192192

193-
## License
194-
195-
See [LICENSE][stdlib-license].
196-
197-
198193
## Copyright
199194

200195
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
@@ -241,8 +236,6 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
241236
[esm-readme]: https://github.com/stdlib-js/constants-float64-min-base10-exponent/blob/esm/README.md
242237
[branches-url]: https://github.com/stdlib-js/constants-float64-min-base10-exponent/blob/main/branches.md
243238

244-
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/constants-float64-min-base10-exponent/main/LICENSE
245-
246239
[ieee754]: https://en.wikipedia.org/wiki/IEEE_754-1985
247240

248241
<!-- <related-links> -->

dist/index.js

Lines changed: 35 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 `-308`', function test( t ) {
36-
t.equal( FLOAT64_MIN_BASE10_EXPONENT, -308, 'equals -308' );
36+
t.equal( FLOAT64_MIN_BASE10_EXPONENT, -308, 'returns expected value' );
3737
t.end();
3838
});

0 commit comments

Comments
 (0)