Skip to content

Commit 510c0ae

Browse files
committed
Auto-generated commit
1 parent 8da43c0 commit 510c0ae

File tree

9 files changed

+151
-148
lines changed

9 files changed

+151
-148
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/bench) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

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

7-
## Unreleased (2024-12-30)
7+
## Unreleased (2025-06-22)
88

9-
<section class="packages">
9+
<section class="issues">
1010

11-
### Packages
11+
### Closed Issues
1212

13-
</section>
14-
15-
<!-- /.packages -->
16-
17-
<section class="contributors">
18-
19-
### Contributors
13+
This release closes the following issue:
2014

21-
A total of 1 person contributed to this release. Thank you to this contributor:
22-
23-
- Philipp Burckhardt
15+
[#7440](https://github.com/stdlib-js/stdlib/issues/7440)
2416

2517
</section>
2618

27-
<!-- /.contributors -->
19+
<!-- /.issues -->
2820

2921
<section class="commits">
3022

3123
### Commits
3224

3325
<details>
3426

27+
- [`875aa06`](https://github.com/stdlib-js/stdlib/commit/875aa068bc5e55770dc692daf8debd3cff8d86e7) - **chore:** fix JavaScript lint errors [(#7443)](https://github.com/stdlib-js/stdlib/pull/7443) _(by Daniel Hernandez Gomez, Athan Reines)_
3528
- [`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_
3629

3730
</details>
@@ -40,6 +33,20 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4033

4134
<!-- /.commits -->
4235

36+
<section class="contributors">
37+
38+
### Contributors
39+
40+
A total of 3 people contributed to this release. Thank you to the following contributors:
41+
42+
- Athan Reines
43+
- Daniel Hernandez Gomez
44+
- Philipp Burckhardt
45+
46+
</section>
47+
48+
<!-- /.contributors -->
49+
4350
</section>
4451

4552
<!-- /.release -->
@@ -78,13 +85,19 @@ No changes reported for this release.
7885

7986
## 0.4.0 (2024-08-17)
8087

81-
<section class="packages">
88+
<section class="commits">
89+
90+
### Commits
91+
92+
<details>
8293

83-
### Packages
94+
- [`4c5b60e`](https://github.com/stdlib-js/stdlib/commit/4c5b60e5137fac4f946d80d6b7055e8bd23b5d97) - **chore:** resolve lint errors and fix typos _(by Philipp Burckhardt)_
95+
96+
</details>
8497

8598
</section>
8699

87-
<!-- /.packages -->
100+
<!-- /.commits -->
88101

89102
<section class="contributors">
90103

@@ -98,20 +111,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
98111

99112
<!-- /.contributors -->
100113

101-
<section class="commits">
102-
103-
### Commits
104-
105-
<details>
106-
107-
- [`4c5b60e`](https://github.com/stdlib-js/stdlib/commit/4c5b60e5137fac4f946d80d6b7055e8bd23b5d97) - **chore:** resolve lint errors and fix typos _(by Philipp Burckhardt)_
108-
109-
</details>
110-
111-
</section>
112-
113-
<!-- /.commits -->
114-
115114
</section>
116115

117116
<!-- /.release -->
@@ -130,26 +129,6 @@ No changes reported for this release.
130129

131130
## 0.3.0 (2024-02-05)
132131

133-
<section class="packages">
134-
135-
### Packages
136-
137-
</section>
138-
139-
<!-- /.packages -->
140-
141-
<section class="contributors">
142-
143-
### Contributors
144-
145-
A total of 1 person contributed to this release. Thank you to this contributor:
146-
147-
- Philipp Burckhardt
148-
149-
</section>
150-
151-
<!-- /.contributors -->
152-
153132
<section class="commits">
154133

155134
### Commits
@@ -165,22 +144,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
165144

166145
<!-- /.commits -->
167146

168-
</section>
169-
170-
<!-- /.release -->
171-
172-
<section class="release" id="v0.2.1">
173-
174-
## 0.2.1 (2023-11-19)
175-
176-
<section class="packages">
177-
178-
### Packages
179-
180-
</section>
181-
182-
<!-- /.packages -->
183-
184147
<section class="contributors">
185148

186149
### Contributors
@@ -193,6 +156,14 @@ A total of 1 person contributed to this release. Thank you to this contributor:
193156

194157
<!-- /.contributors -->
195158

159+
</section>
160+
161+
<!-- /.release -->
162+
163+
<section class="release" id="v0.2.1">
164+
165+
## 0.2.1 (2023-11-19)
166+
196167
<section class="commits">
197168

198169
### Commits
@@ -208,6 +179,18 @@ A total of 1 person contributed to this release. Thank you to this contributor:
208179

209180
<!-- /.commits -->
210181

182+
<section class="contributors">
183+
184+
### Contributors
185+
186+
A total of 1 person contributed to this release. Thank you to this contributor:
187+
188+
- Philipp Burckhardt
189+
190+
</section>
191+
192+
<!-- /.contributors -->
193+
211194
</section>
212195

213196
<!-- /.release -->
@@ -226,19 +209,9 @@ No changes reported for this release.
226209

227210
## 0.1.0 (2023-09-22)
228211

229-
<section class="packages">
230-
231-
### Packages
232-
233-
<section class="package" id="bench-v0.1.0">
234-
235-
#### [@stdlib/bench](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/bench)
236-
237-
<details>
238-
239212
<section class="features">
240213

241-
##### Features
214+
### Features
242215

243216
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
244217

@@ -248,7 +221,7 @@ No changes reported for this release.
248221

249222
<section class="breaking-changes">
250223

251-
##### BREAKING CHANGES
224+
### BREAKING CHANGES
252225

253226
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
254227

@@ -258,61 +231,19 @@ No changes reported for this release.
258231

259232
<!-- /.breaking-changes -->
260233

261-
</details>
262-
263-
</section>
264-
265-
<!-- /.package -->
266-
267-
<section class="package" id="bench-harness-v0.1.0">
234+
<section class="commits">
268235

269-
#### [@stdlib/bench/harness](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/bench/harness)
236+
### Commits
270237

271238
<details>
272239

273-
<section class="features">
274-
275-
##### Features
276-
277-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
278-
279-
</section>
280-
281-
<!-- /.features -->
282-
283-
<section class="breaking-changes">
284-
285-
##### BREAKING CHANGES
286-
287-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
288-
289-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
290-
291-
</section>
292-
293-
<!-- /.breaking-changes -->
240+
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
294241

295242
</details>
296243

297244
</section>
298245

299-
<!-- /.package -->
300-
301-
</section>
302-
303-
<!-- /.packages -->
304-
305-
<section class="breaking-changes">
306-
307-
### BREAKING CHANGES
308-
309-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
310-
311-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
312-
313-
</section>
314-
315-
<!-- /.breaking-changes -->
246+
<!-- /.commits -->
316247

317248
<section class="contributors">
318249

@@ -326,20 +257,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
326257

327258
<!-- /.contributors -->
328259

329-
<section class="commits">
330-
331-
### Commits
332-
333-
<details>
334-
335-
- [`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
336-
337-
</details>
338-
339-
</section>
340-
341-
<!-- /.commits -->
342-
343260
</section>
344261

345262
<!-- /.release -->

0 commit comments

Comments
 (0)