Skip to content

Commit 172dd40

Browse files
committed
Auto-generated commit
1 parent 4b537cb commit 172dd40

File tree

2 files changed

+65
-16
lines changed

2 files changed

+65
-16
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:52:34.524Z
1+
2024-08-03T17:56:19.498Z

CHANGELOG.md

+64-15
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)
8+
9+
<section class="bug-fixes">
10+
11+
### Bug Fixes
12+
13+
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - 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+
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - **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,16 +46,6 @@ 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">
40-
41-
## 0.2.2 (2024-07-27)
42-
43-
No changes reported for this release.
44-
45-
</section>
46-
47-
<!-- /.release -->
48-
4949
<section class="release" id="v0.2.1">
5050

5151
## 0.2.1 (2024-02-24)
@@ -70,7 +70,56 @@ No changes reported for this release.
7070

7171
## 0.1.0 (2023-09-23)
7272

73-
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
78+
- [`d88aba7`](https://github.com/stdlib-js/stdlib/commit/d88aba7b024258e4f494b43d2cf8236d6965cc0b) - use type predicates for narrowing
79+
80+
</section>
81+
82+
<!-- /.features -->
83+
84+
<section class="breaking-changes">
85+
86+
### BREAKING CHANGES
87+
88+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
89+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
90+
91+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
92+
93+
</section>
94+
95+
<!-- /.breaking-changes -->
96+
97+
<section class="commits">
98+
99+
### Commits
100+
101+
<details>
102+
103+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
104+
- [`d88aba7`](https://github.com/stdlib-js/stdlib/commit/d88aba7b024258e4f494b43d2cf8236d6965cc0b) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
105+
106+
</details>
107+
108+
</section>
109+
110+
<!-- /.commits -->
111+
112+
<section class="contributors">
113+
114+
### Contributors
115+
116+
A total of 1 person contributed to this release. Thank you to this contributor:
117+
118+
- Philipp Burckhardt
119+
120+
</section>
121+
122+
<!-- /.contributors -->
74123

75124
</section>
76125

0 commit comments

Comments
 (0)