Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8653b6

Browse files
committedAug 3, 2024·
Auto-generated commit
1 parent 3448c11 commit c8653b6

File tree

2 files changed

+67
-20
lines changed

2 files changed

+67
-20
lines changed
 

‎.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:12:55.692Z
1+
2024-08-03T18:21:01.032Z

‎CHANGELOG.md

Lines changed: 66 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,47 @@
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+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-24)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
28+
29+
<section class="bug-fixes">
630

7-
## Unreleased (2024-08-01)
31+
### Bug Fixes
32+
33+
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
34+
35+
</section>
36+
37+
<!-- /.bug-fixes -->
838

939
<section class="commits">
1040

1141
### Commits
1242

1343
<details>
1444

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
45+
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - **fix:** make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) _(by stdlib-bot, Philipp Burckhardt)_
1646

1747
</details>
1848

@@ -26,7 +56,7 @@
2656

2757
A total of 1 person contributed to this release. Thank you to this contributor:
2858

29-
- Athan Reines
59+
- Philipp Burckhardt
3060

3161
</section>
3262

@@ -36,41 +66,58 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3666

3767
<!-- /.release -->
3868

39-
<section class="release" id="v0.2.2">
69+
<section class="release" id="v0.1.0">
4070

41-
## 0.2.2 (2024-07-28)
71+
## 0.1.0 (2023-09-23)
4272

43-
No changes reported for this release.
73+
<section class="features">
74+
75+
### Features
76+
77+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
4478

4579
</section>
4680

47-
<!-- /.release -->
81+
<!-- /.features -->
4882

49-
<section class="release" id="v0.2.1">
83+
<section class="breaking-changes">
5084

51-
## 0.2.1 (2024-02-24)
85+
### BREAKING CHANGES
5286

53-
No changes reported for this release.
87+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
88+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
89+
90+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
5491

5592
</section>
5693

57-
<!-- /.release -->
94+
<!-- /.breaking-changes -->
5895

59-
<section class="release" id="v0.2.0">
96+
<section class="commits">
6097

61-
## 0.2.0 (2024-02-14)
98+
### Commits
6299

63-
No changes reported for this release.
100+
<details>
101+
102+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
103+
104+
</details>
64105

65106
</section>
66107

67-
<!-- /.release -->
108+
<!-- /.commits -->
68109

69-
<section class="release" id="v0.1.0">
110+
<section class="contributors">
70111

71-
## 0.1.0 (2023-09-23)
112+
### Contributors
72113

73-
No changes reported for this release.
114+
A total of 1 person contributed to this release. Thank you to this contributor:
115+
116+
- Philipp Burckhardt
117+
118+
</section>
119+
120+
<!-- /.contributors -->
74121

75122
</section>
76123

0 commit comments

Comments
 (0)
Please sign in to comment.