You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`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 -->
7
+
## Unreleased (2024-08-01)
18
8
19
9
<sectionclass="commits">
20
10
21
11
### Commits
22
12
23
13
<details>
24
14
25
-
-[`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:**replace use of type guards with boolean return type _(by Philipp Burckhardt)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
26
16
27
17
</details>
28
18
@@ -36,7 +26,7 @@
36
26
37
27
A total of 1 person contributed to this release. Thank you to this contributor:
38
28
39
-
-Philipp Burckhardt
29
+
-Athan Reines
40
30
41
31
</section>
42
32
@@ -46,68 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
46
36
47
37
<!-- /.release -->
48
38
49
-
<sectionclass="release"id="v0.2.1">
39
+
<sectionclass="release"id="v0.2.2">
50
40
51
-
## 0.2.1 (2024-02-22)
41
+
## 0.2.2 (2024-07-27)
52
42
53
43
No changes reported for this release.
54
44
55
45
</section>
56
46
57
47
<!-- /.release -->
58
48
59
-
<sectionclass="release"id="v0.2.0">
49
+
<sectionclass="release"id="v0.2.1">
60
50
61
-
## 0.2.0 (2024-02-14)
51
+
## 0.2.1 (2024-02-22)
62
52
63
53
No changes reported for this release.
64
54
65
55
</section>
66
56
67
57
<!-- /.release -->
68
58
69
-
<sectionclass="release"id="v0.1.2">
70
-
71
-
## 0.1.2 (2023-12-17)
72
-
73
-
<sectionclass="bug-fixes">
74
-
75
-
### Bug Fixes
76
-
77
-
-[`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
-[`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)_
61
+
## 0.2.0 (2024-02-14)
92
62
93
-
</details>
63
+
No changes reported for this release.
94
64
95
65
</section>
96
66
97
-
<!-- /.commits -->
98
-
99
-
<sectionclass="contributors">
100
-
101
-
### Contributors
102
-
103
-
A total of 2 people contributed to this release. Thank you to the following contributors:
67
+
<!-- /.release -->
104
68
105
-
- Athan Reines
106
-
- Philipp Burckhardt
69
+
<sectionclass="release"id="v0.1.2">
107
70
108
-
</section>
71
+
## 0.1.2 (2023-12-17)
109
72
110
-
<!-- /.contributors -->
73
+
No changes reported for this release.
111
74
112
75
</section>
113
76
@@ -127,56 +90,7 @@ No changes reported for this release.
127
90
128
91
## 0.1.0 (2023-09-23)
129
92
130
-
<sectionclass="features">
131
-
132
-
### Features
133
-
134
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
135
-
-[`f3f86f0`](https://github.com/stdlib-js/stdlib/commit/f3f86f08470dcb1187e3c45890ada58c59002c0c) - use type predicates for narrowing
136
-
137
-
</section>
138
-
139
-
<!-- /.features -->
140
-
141
-
<sectionclass="breaking-changes">
142
-
143
-
### BREAKING CHANGES
144
-
145
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
146
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
147
-
148
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
149
-
150
-
</section>
151
-
152
-
<!-- /.breaking-changes -->
153
-
154
-
<sectionclass="commits">
155
-
156
-
### Commits
157
-
158
-
<details>
159
-
160
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
161
-
-[`f3f86f0`](https://github.com/stdlib-js/stdlib/commit/f3f86f08470dcb1187e3c45890ada58c59002c0c) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
162
-
163
-
</details>
164
-
165
-
</section>
166
-
167
-
<!-- /.commits -->
168
-
169
-
<sectionclass="contributors">
170
-
171
-
### Contributors
172
-
173
-
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments