Skip to content

Commit 8d7db2d

Browse files
committed
Auto-generated commit
1 parent bf66d52 commit 8d7db2d

File tree

2 files changed

+99
-15
lines changed

2 files changed

+99
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T04:08:34.562Z
1+
2024-08-03T19:28:27.013Z

CHANGELOG.md

Lines changed: 98 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,33 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-28)
8+
9+
<section class="bug-fixes">
10+
11+
### Bug Fixes
612

7-
## Unreleased (2024-08-01)
13+
- [`73e863a`](https://github.com/stdlib-js/stdlib/commit/73e863a31c1d25d63a26c6a3be93e745e8396d19) - address undeclared identifier
14+
15+
</section>
16+
17+
<!-- /.bug-fixes -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
25+
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
26+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
27+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
28+
- [`73e863a`](https://github.com/stdlib-js/stdlib/commit/73e863a31c1d25d63a26c6a3be93e745e8396d19) - **fix:** address undeclared identifier _(by Athan Reines)_
29+
- [`1021465`](https://github.com/stdlib-js/stdlib/commit/10214653aa66b14a7e96321c6db689c2375467e9) - **build:** fix missing deps _(by Athan Reines)_
30+
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
31+
- [`9dce525`](https://github.com/stdlib-js/stdlib/commit/9dce525e1d8c0efc375ef5a255ce356cc671de28) - **refactor:** update `blas/ext/base/dnansum` to follow current project conventions _(by Golden Kumar, Pranav)_
1632

1733
</details>
1834

@@ -24,9 +40,12 @@
2440

2541
### Contributors
2642

27-
A total of 1 person contributed to this release. Thank you to this contributor:
43+
A total of 4 people contributed to this release. Thank you to the following contributors:
2844

2945
- Athan Reines
46+
- Golden Kumar
47+
- Philipp Burckhardt
48+
- Pranav
3049

3150
</section>
3251

@@ -36,31 +55,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3655

3756
<!-- /.release -->
3857

39-
<section class="release" id="v0.2.2">
58+
<section class="release" id="v0.2.1">
4059

41-
## 0.2.2 (2024-07-28)
60+
## 0.2.1 (2024-02-24)
4261

4362
No changes reported for this release.
4463

4564
</section>
4665

4766
<!-- /.release -->
4867

49-
<section class="release" id="v0.2.1">
68+
<section class="release" id="v0.2.0">
5069

51-
## 0.2.1 (2024-02-24)
70+
## 0.2.0 (2024-02-14)
5271

53-
No changes reported for this release.
72+
<section class="commits">
73+
74+
### Commits
75+
76+
<details>
77+
78+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
79+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
80+
81+
</details>
5482

5583
</section>
5684

57-
<!-- /.release -->
85+
<!-- /.commits -->
5886

59-
<section class="release" id="v0.2.0">
87+
<section class="contributors">
6088

61-
## 0.2.0 (2024-02-14)
89+
### Contributors
6290

63-
No changes reported for this release.
91+
A total of 1 person contributed to this release. Thank you to this contributor:
92+
93+
- Philipp Burckhardt
94+
95+
</section>
96+
97+
<!-- /.contributors -->
6498

6599
</section>
66100

@@ -70,7 +104,57 @@ No changes reported for this release.
70104

71105
## 0.1.0 (2023-09-24)
72106

73-
No changes reported for this release.
107+
<section class="features">
108+
109+
### Features
110+
111+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
112+
113+
</section>
114+
115+
<!-- /.features -->
116+
117+
<section class="breaking-changes">
118+
119+
### BREAKING CHANGES
120+
121+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
122+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
123+
124+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
125+
126+
</section>
127+
128+
<!-- /.breaking-changes -->
129+
130+
<section class="commits">
131+
132+
### Commits
133+
134+
<details>
135+
136+
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
137+
- [`42c921a`](https://github.com/stdlib-js/stdlib/commit/42c921ab62b8cdf789a9e76b06b18074e850af5e) - **docs:** resolve C lint errors _(by Athan Reines)_
138+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
139+
140+
</details>
141+
142+
</section>
143+
144+
<!-- /.commits -->
145+
146+
<section class="contributors">
147+
148+
### Contributors
149+
150+
A total of 2 people contributed to this release. Thank you to the following contributors:
151+
152+
- Athan Reines
153+
- Philipp Burckhardt
154+
155+
</section>
156+
157+
<!-- /.contributors -->
74158

75159
</section>
76160

0 commit comments

Comments
 (0)