Skip to content

Commit fca8d19

Browse files
committed
Auto-generated commit
1 parent d5cc050 commit fca8d19

File tree

2 files changed

+88
-15
lines changed

2 files changed

+88
-15
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:49:22.246Z
1+
2024-08-03T17:52:25.082Z

CHANGELOG.md

+87-14
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
612

7-
## Unreleased (2024-08-01)
13+
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - 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+
- [`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,31 +46,45 @@ 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-24)
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-24)
61+
## 0.2.0 (2024-02-14)
5262

53-
No changes reported for this release.
63+
<section class="commits">
64+
65+
### Commits
66+
67+
<details>
68+
69+
- [`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
70+
71+
</details>
5472

5573
</section>
5674

57-
<!-- /.release -->
75+
<!-- /.commits -->
5876

59-
<section class="release" id="v0.2.0">
77+
<section class="contributors">
6078

61-
## 0.2.0 (2024-02-14)
79+
### Contributors
6280

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

6589
</section>
6690

@@ -70,7 +94,56 @@ No changes reported for this release.
7094

7195
## 0.1.0 (2023-09-23)
7296

73-
No changes reported for this release.
97+
<section class="features">
98+
99+
### Features
100+
101+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
102+
- [`815ed35`](https://github.com/stdlib-js/stdlib/commit/815ed35a90f09f95b12287902c747fbb519a3aa5) - use type predicates for narrowing
103+
104+
</section>
105+
106+
<!-- /.features -->
107+
108+
<section class="breaking-changes">
109+
110+
### BREAKING CHANGES
111+
112+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
113+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
114+
115+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
116+
117+
</section>
118+
119+
<!-- /.breaking-changes -->
120+
121+
<section class="commits">
122+
123+
### Commits
124+
125+
<details>
126+
127+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
128+
- [`815ed35`](https://github.com/stdlib-js/stdlib/commit/815ed35a90f09f95b12287902c747fbb519a3aa5) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
129+
130+
</details>
131+
132+
</section>
133+
134+
<!-- /.commits -->
135+
136+
<section class="contributors">
137+
138+
### Contributors
139+
140+
A total of 1 person contributed to this release. Thank you to this contributor:
141+
142+
- Philipp Burckhardt
143+
144+
</section>
145+
146+
<!-- /.contributors -->
74147

75148
</section>
76149

0 commit comments

Comments
 (0)