Skip to content

Commit b04e25a

Browse files
committed
Auto-generated commit
1 parent 7366bb2 commit b04e25a

File tree

2 files changed

+90
-15
lines changed

2 files changed

+90
-15
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T02:57:02.575Z
1+
2024-08-03T18:01:47.640Z

CHANGELOG.md

+89-14
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
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+
- [`8a88ec1`](https://github.com/stdlib-js/stdlib/commit/8a88ec1f450ddc7cc4e9004f94299fe864bf7acb) - **docs:** update related packages sections [(#2006)](https://github.com/stdlib-js/stdlib/pull/2006) _(by stdlib-bot)_
26+
- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - **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,31 +47,45 @@ 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">
50+
<section class="release" id="v0.2.1">
4051

41-
## 0.2.2 (2024-07-27)
52+
## 0.2.1 (2024-02-24)
4253

4354
No changes reported for this release.
4455

4556
</section>
4657

4758
<!-- /.release -->
4859

49-
<section class="release" id="v0.2.1">
60+
<section class="release" id="v0.2.0">
5061

51-
## 0.2.1 (2024-02-24)
62+
## 0.2.0 (2024-02-14)
5263

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

5574
</section>
5675

57-
<!-- /.release -->
76+
<!-- /.commits -->
5877

59-
<section class="release" id="v0.2.0">
78+
<section class="contributors">
6079

61-
## 0.2.0 (2024-02-14)
80+
### Contributors
6281

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

6590
</section>
6691

@@ -70,7 +95,57 @@ No changes reported for this release.
7095

7196
## 0.1.0 (2023-09-23)
7297

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

75150
</section>
76151

0 commit comments

Comments
 (0)