Skip to content

Commit bac0c82

Browse files
committed
Auto-generated commit
1 parent 2394b43 commit bac0c82

File tree

2 files changed

+80
-15
lines changed

2 files changed

+80
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T01:05:43.789Z
1+
2024-08-03T15:47:44.084Z

CHANGELOG.md

Lines changed: 79 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
66

7-
## Unreleased (2024-08-01)
7+
## 0.2.2 (2024-07-27)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`a8676e3`](https://github.com/stdlib-js/stdlib/commit/a8676e399ca6a29d83904c1ec8ec816e4041a2de) - **bench:** update `assert/is-boolean` benchmarks to measure affirmative/negative test values [(#1458)](https://github.com/stdlib-js/stdlib/pull/1458) _(by Snehil Shah)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Athan Reines
29+
- Snehil Shah
3030

3131
</section>
3232

@@ -36,31 +36,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.2">
39+
<section class="release" id="v0.2.1">
4040

41-
## 0.2.2 (2024-07-27)
41+
## 0.2.1 (2024-02-21)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

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

51-
## 0.2.1 (2024-02-21)
51+
## 0.2.0 (2024-02-14)
5252

53-
No changes reported for this release.
53+
<section class="commits">
54+
55+
### Commits
56+
57+
<details>
58+
59+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
60+
- [`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
61+
62+
</details>
5463

5564
</section>
5665

57-
<!-- /.release -->
66+
<!-- /.commits -->
5867

59-
<section class="release" id="v0.2.0">
68+
<section class="contributors">
6069

61-
## 0.2.0 (2024-02-14)
70+
### Contributors
6271

63-
No changes reported for this release.
72+
A total of 1 person contributed to this release. Thank you to this contributor:
73+
74+
- Philipp Burckhardt
75+
76+
</section>
77+
78+
<!-- /.contributors -->
6479

6580
</section>
6681

@@ -80,7 +95,57 @@ No changes reported for this release.
8095

8196
## 0.1.0 (2023-09-22)
8297

83-
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+
- [`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - 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+
- [`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - **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 -->
84149

85150
</section>
86151

0 commit comments

Comments
 (0)