Skip to content

Commit 793e771

Browse files
committed
Auto-generated commit
1 parent 9c88225 commit 793e771

2 files changed

Lines changed: 67 additions & 16 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T00:58:37.128Z
1+
2024-08-03T15:39:09.768Z

CHANGELOG.md

Lines changed: 66 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,28 @@
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)
8+
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>
616

7-
## Unreleased (2024-08-01)
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+
- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_
26+
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
1627

1728
</details>
1829

@@ -26,7 +37,7 @@
2637

2738
A total of 1 person contributed to this release. Thank you to this contributor:
2839

29-
- Athan Reines
40+
- Philipp Burckhardt
3041

3142
</section>
3243

@@ -36,16 +47,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3647

3748
<!-- /.release -->
3849

39-
<section class="release" id="v0.2.2">
40-
41-
## 0.2.2 (2024-07-27)
42-
43-
No changes reported for this release.
44-
45-
</section>
46-
47-
<!-- /.release -->
48-
4950
<section class="release" id="v0.2.1">
5051

5152
## 0.2.1 (2024-02-21)
@@ -80,7 +81,57 @@ No changes reported for this release.
8081

8182
## 0.1.0 (2023-09-22)
8283

83-
No changes reported for this release.
84+
<section class="features">
85+
86+
### Features
87+
88+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
89+
- [`dfc4ca9`](https://github.com/stdlib-js/stdlib/commit/dfc4ca9922c4415cc78d1cb7b69e303c5e26d125) - use type predicates for narrowing
90+
91+
</section>
92+
93+
<!-- /.features -->
94+
95+
<section class="breaking-changes">
96+
97+
### BREAKING CHANGES
98+
99+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
100+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
101+
102+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
103+
104+
</section>
105+
106+
<!-- /.breaking-changes -->
107+
108+
<section class="commits">
109+
110+
### Commits
111+
112+
<details>
113+
114+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
115+
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
116+
- [`dfc4ca9`](https://github.com/stdlib-js/stdlib/commit/dfc4ca9922c4415cc78d1cb7b69e303c5e26d125) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
117+
118+
</details>
119+
120+
</section>
121+
122+
<!-- /.commits -->
123+
124+
<section class="contributors">
125+
126+
### Contributors
127+
128+
A total of 1 person contributed to this release. Thank you to this contributor:
129+
130+
- Philipp Burckhardt
131+
132+
</section>
133+
134+
<!-- /.contributors -->
84135

85136
</section>
86137

0 commit comments

Comments
 (0)