Skip to content

Commit f718aa3

Browse files
committed
Auto-generated commit
1 parent af188d5 commit f718aa3

File tree

2 files changed

+90
-5
lines changed

2 files changed

+90
-5
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:47:33.958Z
1+
2024-08-03T17:50:10.030Z

CHANGELOG.md

Lines changed: 89 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-01)
7+
## Unreleased (2024-08-03)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1616

1717
</details>
1818

@@ -40,7 +40,44 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4040

4141
## 0.3.0 (2024-07-27)
4242

43-
No changes reported for this release.
43+
<section class="features">
44+
45+
### Features
46+
47+
- [`c66d855`](https://github.com/stdlib-js/stdlib/commit/c66d8554e6709f98128943835e3a354d155eb3b2) - add C implementation for `math/base/assert/is-negative-integer`
48+
49+
</section>
50+
51+
<!-- /.features -->
52+
53+
<section class="commits">
54+
55+
### Commits
56+
57+
<details>
58+
59+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
60+
- [`dc20da0`](https://github.com/stdlib-js/stdlib/commit/dc20da0604fe2798e20e757277072fefc876da3c) - **chore:** update package meta data [(#1856)](https://github.com/stdlib-js/stdlib/pull/1856) _(by stdlib-bot, Philipp Burckhardt)_
61+
- [`c66d855`](https://github.com/stdlib-js/stdlib/commit/c66d8554e6709f98128943835e3a354d155eb3b2) - **feat:** add C implementation for `math/base/assert/is-negative-integer` _(by Rejoan Sardar, Philipp Burckhardt)_
62+
63+
</details>
64+
65+
</section>
66+
67+
<!-- /.commits -->
68+
69+
<section class="contributors">
70+
71+
### Contributors
72+
73+
A total of 2 people contributed to this release. Thank you to the following contributors:
74+
75+
- Philipp Burckhardt
76+
- Rejoan Sardar
77+
78+
</section>
79+
80+
<!-- /.contributors -->
4481

4582
</section>
4683

@@ -80,7 +117,55 @@ No changes reported for this release.
80117

81118
## 0.1.0 (2023-09-23)
82119

83-
No changes reported for this release.
120+
<section class="features">
121+
122+
### Features
123+
124+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
125+
126+
</section>
127+
128+
<!-- /.features -->
129+
130+
<section class="breaking-changes">
131+
132+
### BREAKING CHANGES
133+
134+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
135+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
136+
137+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
138+
139+
</section>
140+
141+
<!-- /.breaking-changes -->
142+
143+
<section class="commits">
144+
145+
### Commits
146+
147+
<details>
148+
149+
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
150+
- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
151+
152+
</details>
153+
154+
</section>
155+
156+
<!-- /.commits -->
157+
158+
<section class="contributors">
159+
160+
### Contributors
161+
162+
A total of 1 person contributed to this release. Thank you to this contributor:
163+
164+
- Philipp Burckhardt
165+
166+
</section>
167+
168+
<!-- /.contributors -->
84169

85170
</section>
86171

0 commit comments

Comments
 (0)