Skip to content

Commit 80b211b

Browse files
committed
Auto-generated commit
1 parent a5b9b0c commit 80b211b

File tree

2 files changed

+82
-20
lines changed

2 files changed

+82
-20
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:22:24.435Z
1+
2024-08-03T18:32:48.560Z

CHANGELOG.md

Lines changed: 81 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,50 @@
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-28)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
614

7-
## Unreleased (2024-08-01)
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-24)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
28+
29+
<section class="bug-fixes">
30+
31+
### Bug Fixes
32+
33+
- [`c0785c9`](https://github.com/stdlib-js/stdlib/commit/c0785c9806e50e2c0c316e95d0160ee3c1748d49) - throw when provided options argument which is not an object
34+
35+
</section>
36+
37+
<!-- /.bug-fixes -->
838

939
<section class="commits">
1040

1141
### Commits
1242

1343
<details>
1444

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
45+
- [`c0785c9`](https://github.com/stdlib-js/stdlib/commit/c0785c9806e50e2c0c316e95d0160ee3c1748d49) - **fix:** throw when provided options argument which is not an object _(by Philipp Burckhardt)_
46+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
47+
- [`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
48+
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
1649

1750
</details>
1851

@@ -26,7 +59,7 @@
2659

2760
A total of 1 person contributed to this release. Thank you to this contributor:
2861

29-
- Athan Reines
62+
- Philipp Burckhardt
3063

3164
</section>
3265

@@ -36,41 +69,70 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3669

3770
<!-- /.release -->
3871

39-
<section class="release" id="v0.2.2">
72+
<section class="release" id="v0.1.0">
4073

41-
## 0.2.2 (2024-07-28)
74+
## 0.1.0 (2023-09-23)
4275

43-
No changes reported for this release.
76+
<section class="features">
77+
78+
### Features
79+
80+
- [`4a47588`](https://github.com/stdlib-js/stdlib/commit/4a47588aa3ecf73386709b634d9bda56df77ab9c) - increase minimum TypeScript version
4481

4582
</section>
4683

47-
<!-- /.release -->
84+
<!-- /.features -->
4885

49-
<section class="release" id="v0.2.1">
86+
<section class="bug-fixes">
5087

51-
## 0.2.1 (2024-02-24)
88+
### Bug Fixes
5289

53-
No changes reported for this release.
90+
- [`ddfc42b`](https://github.com/stdlib-js/stdlib/commit/ddfc42b40a883dacda7c1f2895a1ed5368200ec9) - update import path for `Collection` type definition
5491

5592
</section>
5693

57-
<!-- /.release -->
94+
<!-- /.bug-fixes -->
5895

59-
<section class="release" id="v0.2.0">
96+
<section class="breaking-changes">
6097

61-
## 0.2.0 (2024-02-14)
98+
### BREAKING CHANGES
6299

63-
No changes reported for this release.
100+
- [`4a47588`](https://github.com/stdlib-js/stdlib/commit/4a47588aa3ecf73386709b634d9bda56df77ab9c): increase minimum TypeScript version
64101

65102
</section>
66103

67-
<!-- /.release -->
104+
<!-- /.breaking-changes -->
68105

69-
<section class="release" id="v0.1.0">
106+
<section class="commits">
70107

71-
## 0.1.0 (2023-09-23)
108+
### Commits
72109

73-
No changes reported for this release.
110+
<details>
111+
112+
- [`ddfc42b`](https://github.com/stdlib-js/stdlib/commit/ddfc42b40a883dacda7c1f2895a1ed5368200ec9) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
113+
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
114+
- [`289f01d`](https://github.com/stdlib-js/stdlib/commit/289f01d07a5f76bf70f5b2b74faedac293a37b98) - **refactor:** swap out copy for assign in streams packages _(by Philipp Burckhardt)_
115+
- [`2229dd5`](https://github.com/stdlib-js/stdlib/commit/2229dd58274cc21fe4d07b886645315079039d3c) - **refactor:** swap out copy for assign in streams packages _(by Philipp Burckhardt)_
116+
- [`4a47588`](https://github.com/stdlib-js/stdlib/commit/4a47588aa3ecf73386709b634d9bda56df77ab9c) - **feat:** increase minimum TypeScript version _(by Athan Reines)_
117+
118+
</details>
119+
120+
</section>
121+
122+
<!-- /.commits -->
123+
124+
<section class="contributors">
125+
126+
### Contributors
127+
128+
A total of 2 people contributed to this release. Thank you to the following contributors:
129+
130+
- Athan Reines
131+
- Philipp Burckhardt
132+
133+
</section>
134+
135+
<!-- /.contributors -->
74136

75137
</section>
76138

0 commit comments

Comments
 (0)