Skip to content

Commit 24c5c69

Browse files
committed
Auto-generated commit
1 parent a504ed2 commit 24c5c69

File tree

2 files changed

+86
-15
lines changed

2 files changed

+86
-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:40.616Z
1+
2024-08-03T19:28:33.484Z

CHANGELOG.md

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

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
66

7-
## Unreleased (2024-08-01)
7+
## 0.2.2 (2024-07-28)
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+
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
16+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
17+
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
18+
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
19+
- [`0f07a02`](https://github.com/stdlib-js/stdlib/commit/0f07a02fb8a7b51ef6ca35644a845b369cf5a683) - **refactor:** update `blas/ext/base/dnannsumkbn2` to follow current project conventions _(by Varad Gupta, Philipp Burckhardt)_
1620

1721
</details>
1822

@@ -24,9 +28,11 @@
2428

2529
### Contributors
2630

27-
A total of 1 person contributed to this release. Thank you to this contributor:
31+
A total of 3 people contributed to this release. Thank you to the following contributors:
2832

2933
- Athan Reines
34+
- Philipp Burckhardt
35+
- Varad Gupta
3036

3137
</section>
3238

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

3743
<!-- /.release -->
3844

39-
<section class="release" id="v0.2.2">
45+
<section class="release" id="v0.2.1">
4046

41-
## 0.2.2 (2024-07-28)
47+
## 0.2.1 (2024-02-24)
4248

4349
No changes reported for this release.
4450

4551
</section>
4652

4753
<!-- /.release -->
4854

49-
<section class="release" id="v0.2.1">
55+
<section class="release" id="v0.2.0">
5056

51-
## 0.2.1 (2024-02-24)
57+
## 0.2.0 (2024-02-14)
5258

53-
No changes reported for this release.
59+
<section class="commits">
60+
61+
### Commits
62+
63+
<details>
64+
65+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
66+
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
67+
68+
</details>
5469

5570
</section>
5671

57-
<!-- /.release -->
72+
<!-- /.commits -->
5873

59-
<section class="release" id="v0.2.0">
74+
<section class="contributors">
6075

61-
## 0.2.0 (2024-02-14)
76+
### Contributors
6277

63-
No changes reported for this release.
78+
A total of 1 person contributed to this release. Thank you to this contributor:
79+
80+
- Philipp Burckhardt
81+
82+
</section>
83+
84+
<!-- /.contributors -->
6485

6586
</section>
6687

@@ -70,7 +91,57 @@ No changes reported for this release.
7091

7192
## 0.1.0 (2023-09-24)
7293

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

75146
</section>
76147

0 commit comments

Comments
 (0)