Skip to content

Commit e568707

Browse files
committed
Auto-generated commit
1 parent 4f353d9 commit e568707

File tree

3 files changed

+8
-113
lines changed

3 files changed

+8
-113
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T02:47:38.606Z

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

+5-113
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -40,31 +40,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4040

4141
## 0.2.5 (2024-07-27)
4242

43-
<section class="commits">
44-
45-
### Commits
46-
47-
<details>
48-
49-
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
50-
51-
</details>
52-
53-
</section>
54-
55-
<!-- /.commits -->
56-
57-
<section class="contributors">
58-
59-
### Contributors
60-
61-
A total of 1 person contributed to this release. Thank you to this contributor:
62-
63-
- Philipp Burckhardt
64-
65-
</section>
66-
67-
<!-- /.contributors -->
43+
No changes reported for this release.
6844

6945
</section>
7046

@@ -74,41 +50,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
7450

7551
## 0.2.4 (2024-04-04)
7652

77-
<section class="bug-fixes">
78-
79-
### Bug Fixes
80-
81-
- [`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - add missing gypfile field entries
82-
83-
</section>
84-
85-
<!-- /.bug-fixes -->
86-
87-
<section class="commits">
88-
89-
### Commits
90-
91-
<details>
92-
93-
- [`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - **fix:** add missing gypfile field entries _(by Philipp Burckhardt)_
94-
95-
</details>
96-
97-
</section>
98-
99-
<!-- /.commits -->
100-
101-
<section class="contributors">
102-
103-
### Contributors
104-
105-
A total of 1 person contributed to this release. Thank you to this contributor:
106-
107-
- Philipp Burckhardt
108-
109-
</section>
110-
111-
<!-- /.contributors -->
53+
No changes reported for this release.
11254

11355
</section>
11456

@@ -168,57 +110,7 @@ No changes reported for this release.
168110

169111
## 0.1.0 (2023-09-23)
170112

171-
<section class="features">
172-
173-
### Features
174-
175-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version
176-
177-
</section>
178-
179-
<!-- /.features -->
180-
181-
<section class="breaking-changes">
182-
183-
### BREAKING CHANGES
184-
185-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version
186-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1
187-
188-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
189-
190-
</section>
191-
192-
<!-- /.breaking-changes -->
193-
194-
<section class="commits">
195-
196-
### Commits
197-
198-
<details>
199-
200-
- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
201-
- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
202-
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
203-
204-
</details>
205-
206-
</section>
207-
208-
<!-- /.commits -->
209-
210-
<section class="contributors">
211-
212-
### Contributors
213-
214-
A total of 2 people contributed to this release. Thank you to the following contributors:
215-
216-
- Athan Reines
217-
- Philipp Burckhardt
218-
219-
</section>
220-
221-
<!-- /.contributors -->
113+
No changes reported for this release.
222114

223115
</section>
224116

0 commit comments

Comments
 (0)