Skip to content

Commit e15682a

Browse files
committed
Auto-generated commit
1 parent 082e189 commit e15682a

File tree

2 files changed

+79
-14
lines changed

2 files changed

+79
-14
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:11:55.253Z
1+
2024-08-03T18:19:47.777Z

CHANGELOG.md

Lines changed: 78 additions & 13 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-28)
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+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
1616

1717
</details>
1818

@@ -36,31 +36,47 @@ 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-28)
41+
## 0.2.1 (2024-02-24)
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-24)
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+
- [`45a2bec`](https://github.com/stdlib-js/stdlib/commit/45a2becb6d02b484aaddcdd8c501f2e4dff90967) - **docs:** update links _(by Athan Reines)_
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 2 people contributed to this release. Thank you to the following contributors:
73+
74+
- Athan Reines
75+
- Philipp Burckhardt
76+
77+
</section>
78+
79+
<!-- /.contributors -->
6480

6581
</section>
6682

@@ -70,7 +86,56 @@ No changes reported for this release.
7086

7187
## 0.1.0 (2023-09-23)
7288

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

75140
</section>
76141

0 commit comments

Comments
 (0)