Skip to content

Commit df7bc54

Browse files
committed
Auto-generated commit
1 parent cdc796f commit df7bc54

File tree

2 files changed

+86
-15
lines changed

2 files changed

+86
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:02:53.276Z
1+
2024-08-03T18:08:50.343Z

CHANGELOG.md

Lines changed: 85 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.1">
66

7-
## Unreleased (2024-08-01)
7+
## 0.2.1 (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+
- [`aaa391a`](https://github.com/stdlib-js/stdlib/commit/aaa391a46214c21dca294506d06ac0b3d59512ce) - **chore:** fix typos _(by Philipp Burckhardt)_
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+
- Philipp Burckhardt
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.1">
39+
<section class="release" id="v0.1.1">
4040

41-
## 0.2.1 (2024-07-27)
41+
## 0.1.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.1.1">
49+
<section class="release" id="v0.2.0">
5050

51-
## 0.1.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+
- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_
60+
- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(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

@@ -70,7 +85,63 @@ No changes reported for this release.
7085

7186
## 0.1.0 (2023-09-23)
7287

73-
No changes reported for this release.
88+
<section class="features">
89+
90+
### Features
91+
92+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
93+
94+
</section>
95+
96+
<!-- /.features -->
97+
98+
<section class="bug-fixes">
99+
100+
### Bug Fixes
101+
102+
- [`9212514`](https://github.com/stdlib-js/stdlib/commit/9212514cd0ba9a681c2ca86ebe2fd3b61f866b64) - set correct package names and descriptions
103+
104+
</section>
105+
106+
<!-- /.bug-fixes -->
107+
108+
<section class="breaking-changes">
109+
110+
### BREAKING CHANGES
111+
112+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
113+
114+
</section>
115+
116+
<!-- /.breaking-changes -->
117+
118+
<section class="commits">
119+
120+
### Commits
121+
122+
<details>
123+
124+
- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
125+
- [`9212514`](https://github.com/stdlib-js/stdlib/commit/9212514cd0ba9a681c2ca86ebe2fd3b61f866b64) - **fix:** set correct package names and descriptions _(by Philipp Burckhardt)_
126+
- [`6c7e770`](https://github.com/stdlib-js/stdlib/commit/6c7e770dab6e03561202af2861ae11c27af8a90c) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
127+
128+
</details>
129+
130+
</section>
131+
132+
<!-- /.commits -->
133+
134+
<section class="contributors">
135+
136+
### Contributors
137+
138+
A total of 1 person contributed to this release. Thank you to this contributor:
139+
140+
- Philipp Burckhardt
141+
142+
</section>
143+
144+
<!-- /.contributors -->
74145

75146
</section>
76147

0 commit comments

Comments
 (0)