Skip to content

Commit 4f31252

Browse files
committed
Auto-generated commit
1 parent 149470f commit 4f31252

File tree

2 files changed

+81
-5
lines changed

2 files changed

+81
-5
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:48:50.475Z
1+
2024-08-03T19:04:25.330Z

CHANGELOG.md

Lines changed: 80 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-01)
7+
## Unreleased (2024-08-03)
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+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1616

1717
</details>
1818

@@ -60,7 +60,34 @@ No changes reported for this release.
6060

6161
## 0.2.0 (2024-02-14)
6262

63-
No changes reported for this release.
63+
<section class="commits">
64+
65+
### Commits
66+
67+
<details>
68+
69+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
70+
- [`eb38ba4`](https://github.com/stdlib-js/stdlib/commit/eb38ba4b99ee1de12b107c566ea43cfa6657101c) - **style:** resolve C lint errors _(by Athan Reines)_
71+
- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_
72+
73+
</details>
74+
75+
</section>
76+
77+
<!-- /.commits -->
78+
79+
<section class="contributors">
80+
81+
### Contributors
82+
83+
A total of 2 people contributed to this release. Thank you to the following contributors:
84+
85+
- Athan Reines
86+
- Philipp Burckhardt
87+
88+
</section>
89+
90+
<!-- /.contributors -->
6491

6592
</section>
6693

@@ -80,7 +107,56 @@ No changes reported for this release.
80107

81108
## 0.1.0 (2023-09-23)
82109

83-
No changes reported for this release.
110+
<section class="features">
111+
112+
### Features
113+
114+
- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version
115+
116+
</section>
117+
118+
<!-- /.features -->
119+
120+
<section class="breaking-changes">
121+
122+
### BREAKING CHANGES
123+
124+
- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version
125+
- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1
126+
127+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
128+
129+
</section>
130+
131+
<!-- /.breaking-changes -->
132+
133+
<section class="commits">
134+
135+
### Commits
136+
137+
<details>
138+
139+
- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
140+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
141+
142+
</details>
143+
144+
</section>
145+
146+
<!-- /.commits -->
147+
148+
<section class="contributors">
149+
150+
### Contributors
151+
152+
A total of 2 people contributed to this release. Thank you to the following contributors:
153+
154+
- Athan Reines
155+
- Philipp Burckhardt
156+
157+
</section>
158+
159+
<!-- /.contributors -->
84160

85161
</section>
86162

0 commit comments

Comments
 (0)