Skip to content

Commit a946eba

Browse files
committed
Auto-generated commit
1 parent d774e9c commit a946eba

File tree

2 files changed

+72
-21
lines changed

2 files changed

+72
-21
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T00:58:56.494Z
1+
2024-08-03T15:39:32.503Z

CHANGELOG.md

Lines changed: 71 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,37 @@
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+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-21)
18+
19+
No changes reported for this release.
20+
21+
</section>
622

7-
## Unreleased (2024-08-01)
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
828

929
<section class="commits">
1030

1131
### Commits
1232

1333
<details>
1434

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35+
- [`45a2bec`](https://github.com/stdlib-js/stdlib/commit/45a2becb6d02b484aaddcdd8c501f2e4dff90967) - **docs:** update links _(by Athan Reines)_
1636

1737
</details>
1838

@@ -36,51 +56,82 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3656

3757
<!-- /.release -->
3858

39-
<section class="release" id="v0.2.2">
59+
<section class="release" id="v0.1.1">
4060

41-
## 0.2.2 (2024-07-27)
61+
## 0.1.1 (2023-10-03)
4262

4363
No changes reported for this release.
4464

4565
</section>
4666

4767
<!-- /.release -->
4868

49-
<section class="release" id="v0.2.1">
69+
<section class="release" id="v0.1.0">
5070

51-
## 0.2.1 (2024-02-21)
71+
## 0.1.0 (2023-09-22)
5272

53-
No changes reported for this release.
73+
<section class="features">
74+
75+
### Features
76+
77+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
78+
- [`581e4be`](https://github.com/stdlib-js/stdlib/commit/581e4be2c0c4d5d93879848cbe5c02c6c9a53e71) - use type predicates for narrowing
5479

5580
</section>
5681

57-
<!-- /.release -->
82+
<!-- /.features -->
5883

59-
<section class="release" id="v0.2.0">
84+
<section class="bug-fixes">
6085

61-
## 0.2.0 (2024-02-14)
86+
### Bug Fixes
6287

63-
No changes reported for this release.
88+
- [`aad0c02`](https://github.com/stdlib-js/stdlib/commit/aad0c02e72463e7421eddf4c055e44d9b306f380) - update import path for `Collection` type definition
6489

6590
</section>
6691

67-
<!-- /.release -->
92+
<!-- /.bug-fixes -->
6893

69-
<section class="release" id="v0.1.1">
94+
<section class="breaking-changes">
7095

71-
## 0.1.1 (2023-10-03)
96+
### BREAKING CHANGES
7297

73-
No changes reported for this release.
98+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
99+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
100+
101+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
74102

75103
</section>
76104

77-
<!-- /.release -->
105+
<!-- /.breaking-changes -->
78106

79-
<section class="release" id="v0.1.0">
107+
<section class="commits">
80108

81-
## 0.1.0 (2023-09-22)
109+
### Commits
82110

83-
No changes reported for this release.
111+
<details>
112+
113+
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
114+
- [`aad0c02`](https://github.com/stdlib-js/stdlib/commit/aad0c02e72463e7421eddf4c055e44d9b306f380) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
115+
- [`581e4be`](https://github.com/stdlib-js/stdlib/commit/581e4be2c0c4d5d93879848cbe5c02c6c9a53e71) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
116+
117+
</details>
118+
119+
</section>
120+
121+
<!-- /.commits -->
122+
123+
<section class="contributors">
124+
125+
### Contributors
126+
127+
A total of 2 people contributed to this release. Thank you to the following contributors:
128+
129+
- Athan Reines
130+
- Philipp Burckhardt
131+
132+
</section>
133+
134+
<!-- /.contributors -->
84135

85136
</section>
86137

0 commit comments

Comments
 (0)