Skip to content

Commit ebc60fd

Browse files
committed
Auto-generated commit
1 parent d2733e0 commit ebc60fd

File tree

4 files changed

+24
-62
lines changed

4 files changed

+24
-62
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T04:49:23.295Z

.gitignore

Lines changed: 2 additions & 0 deletions
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

Lines changed: 19 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,17 @@
22

33
> Package changelog.
44
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>
5+
<section class="release" id="unreleased">
126

13-
<!-- /.release -->
14-
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)
7+
## Unreleased (2024-08-01)
288

299
<section class="commits">
3010

3111
### Commits
3212

3313
<details>
3414

35-
- [`2d59dc3`](https://github.com/stdlib-js/stdlib/commit/2d59dc395a8bb9ae5d7d7ee4e80b57ed16baff2b) - **docs:** disable running example due to cross-realm issues _(by Athan Reines)_
36-
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
37-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3816

3917
</details>
4018

@@ -46,10 +24,9 @@ No changes reported for this release.
4624

4725
### Contributors
4826

49-
A total of 2 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
5028

5129
- Athan Reines
52-
- Philipp Burckhardt
5330

5431
</section>
5532

@@ -59,59 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
5936

6037
<!-- /.release -->
6138

62-
<section class="release" id="v0.1.0">
63-
64-
## 0.1.0 (2023-09-24)
65-
66-
<section class="features">
39+
<section class="release" id="v0.2.2">
6740

68-
### Features
41+
## 0.2.2 (2024-07-28)
6942

70-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
43+
No changes reported for this release.
7144

7245
</section>
7346

74-
<!-- /.features -->
75-
76-
<section class="breaking-changes">
47+
<!-- /.release -->
7748

78-
### BREAKING CHANGES
49+
<section class="release" id="v0.2.1">
7950

80-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
81-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
51+
## 0.2.1 (2024-02-24)
8252

83-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
53+
No changes reported for this release.
8454

8555
</section>
8656

87-
<!-- /.breaking-changes -->
88-
89-
<section class="commits">
90-
91-
### Commits
57+
<!-- /.release -->
9258

93-
<details>
59+
<section class="release" id="v0.2.0">
9460

95-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
96-
- [`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9762

98-
</details>
63+
No changes reported for this release.
9964

10065
</section>
10166

102-
<!-- /.commits -->
103-
104-
<section class="contributors">
105-
106-
### Contributors
107-
108-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
10968

110-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
11170

112-
</section>
71+
## 0.1.0 (2023-09-24)
11372

114-
<!-- /.contributors -->
73+
No changes reported for this release.
11574

11675
</section>
11776

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
243243
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-datespace.svg
244244
[npm-url]: https://npmjs.org/package/@stdlib/array-datespace
245245

246-
[test-image]: https://github.com/stdlib-js/array-datespace/actions/workflows/test.yml/badge.svg?branch=v0.2.2
247-
[test-url]: https://github.com/stdlib-js/array-datespace/actions/workflows/test.yml?query=branch:v0.2.2
246+
[test-image]: https://github.com/stdlib-js/array-datespace/actions/workflows/test.yml/badge.svg?branch=main
247+
[test-url]: https://github.com/stdlib-js/array-datespace/actions/workflows/test.yml?query=branch:main
248248

249249
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-datespace/main.svg
250250
[coverage-url]: https://codecov.io/github/stdlib-js/array-datespace?branch=main

0 commit comments

Comments
 (0)