Skip to content

Commit b89a12a

Browse files
committed
Auto-generated commit
1 parent de92efc commit b89a12a

File tree

2 files changed

+100
-15
lines changed

2 files changed

+100
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:07:35.097Z
1+
2024-08-03T17:02:01.806Z

CHANGELOG.md

Lines changed: 99 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
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-27)
68

7-
## Unreleased (2024-08-01)
9+
<section class="bug-fixes">
10+
11+
### Bug Fixes
12+
13+
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - replace use of type guards with boolean return type
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+
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
1626

1727
</details>
1828

@@ -26,7 +36,7 @@
2636

2737
A total of 1 person contributed to this release. Thank you to this contributor:
2838

29-
- Athan Reines
39+
- Philipp Burckhardt
3040

3141
</section>
3242

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

3747
<!-- /.release -->
3848

39-
<section class="release" id="v0.2.2">
49+
<section class="release" id="v0.2.1">
4050

41-
## 0.2.2 (2024-07-27)
51+
## 0.2.1 (2024-02-22)
4252

4353
No changes reported for this release.
4454

4555
</section>
4656

4757
<!-- /.release -->
4858

49-
<section class="release" id="v0.2.1">
59+
<section class="release" id="v0.2.0">
5060

51-
## 0.2.1 (2024-02-22)
61+
## 0.2.0 (2024-02-14)
5262

53-
No changes reported for this release.
63+
<section class="bug-fixes">
64+
65+
### Bug Fixes
66+
67+
- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
5468

5569
</section>
5670

57-
<!-- /.release -->
71+
<!-- /.bug-fixes -->
5872

59-
<section class="release" id="v0.2.0">
73+
<section class="commits">
6074

61-
## 0.2.0 (2024-02-14)
75+
### Commits
6276

63-
No changes reported for this release.
77+
<details>
78+
79+
- [`45a2bec`](https://github.com/stdlib-js/stdlib/commit/45a2becb6d02b484aaddcdd8c501f2e4dff90967) - **docs:** update links _(by Athan Reines)_
80+
- [`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)_
81+
82+
</details>
83+
84+
</section>
85+
86+
<!-- /.commits -->
87+
88+
<section class="contributors">
89+
90+
### Contributors
91+
92+
A total of 2 people contributed to this release. Thank you to the following contributors:
93+
94+
- Athan Reines
95+
- Philipp Burckhardt
96+
97+
</section>
98+
99+
<!-- /.contributors -->
64100

65101
</section>
66102

@@ -80,7 +116,56 @@ No changes reported for this release.
80116

81117
## 0.1.0 (2023-09-23)
82118

83-
No changes reported for this release.
119+
<section class="features">
120+
121+
### Features
122+
123+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
124+
- [`3c153c4`](https://github.com/stdlib-js/stdlib/commit/3c153c4341c58db2fde9b616f1990be964482cf8) - use type predicates for narrowing
125+
126+
</section>
127+
128+
<!-- /.features -->
129+
130+
<section class="breaking-changes">
131+
132+
### BREAKING CHANGES
133+
134+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
135+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): 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+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
150+
- [`3c153c4`](https://github.com/stdlib-js/stdlib/commit/3c153c4341c58db2fde9b616f1990be964482cf8) - **feat:** use type predicates for narrowing _(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)