Skip to content

Commit d53a00b

Browse files
committed
Auto-generated commit
1 parent 7be8f95 commit d53a00b

File tree

4 files changed

+22
-73
lines changed

4 files changed

+22
-73
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:44:31.840Z

CHANGELOG.md

Lines changed: 18 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
6-
7-
## 0.2.2 (2024-07-29)
8-
9-
No changes reported for this release.
10-
11-
</section>
12-
13-
<!-- /.release -->
14-
15-
<section class="release" id="v0.2.1">
16-
17-
## 0.2.1 (2024-02-25)
18-
19-
No changes reported for this release.
20-
21-
</section>
22-
23-
<!-- /.release -->
24-
25-
<section class="release" id="v0.2.0">
5+
<section class="release" id="unreleased">
266

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-
- [`5a3d652`](https://github.com/stdlib-js/stdlib/commit/5a3d652be896a841f832c40db6d12cffba4ff316) - **chore:** remove unused import _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3616

3717
</details>
3818

@@ -56,73 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
5636

5737
<!-- /.release -->
5838

59-
<section class="release" id="v0.1.0">
60-
61-
## 0.1.0 (2023-09-24)
62-
63-
<section class="features">
64-
65-
### Features
66-
67-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
68-
- [`41ba373`](https://github.com/stdlib-js/stdlib/commit/41ba3733d022aa71086231860eb01ed255e1594a) - add `array/base/zeros2d`
69-
70-
</section>
71-
72-
<!-- /.features -->
73-
74-
<section class="bug-fixes">
39+
<section class="release" id="v0.2.2">
7540

76-
### Bug Fixes
41+
## 0.2.2 (2024-07-29)
7742

78-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - update import path for `Collection` type definition
43+
No changes reported for this release.
7944

8045
</section>
8146

82-
<!-- /.bug-fixes -->
83-
84-
<section class="breaking-changes">
47+
<!-- /.release -->
8548

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

88-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
89-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
51+
## 0.2.1 (2024-02-25)
9052

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

9355
</section>
9456

95-
<!-- /.breaking-changes -->
96-
97-
<section class="commits">
98-
99-
### Commits
57+
<!-- /.release -->
10058

101-
<details>
59+
<section class="release" id="v0.2.0">
10260

103-
- [`a6ad617`](https://github.com/stdlib-js/stdlib/commit/a6ad617b649bb6515ab4c759219303c4516d1c8f) - **refactor:** use predefined types _(by Athan Reines)_
104-
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
105-
- [`14bacb3`](https://github.com/stdlib-js/stdlib/commit/14bacb3cbfced427bcbadae7cbc649a62bb62b69) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
106-
- [`41ba373`](https://github.com/stdlib-js/stdlib/commit/41ba3733d022aa71086231860eb01ed255e1594a) - **feat:** add `array/base/zeros2d` _(by Athan Reines)_
61+
## 0.2.0 (2024-02-14)
10762

108-
</details>
63+
No changes reported for this release.
10964

11065
</section>
11166

112-
<!-- /.commits -->
113-
114-
<section class="contributors">
115-
116-
### Contributors
117-
118-
A total of 2 people contributed to this release. Thank you to the following contributors:
67+
<!-- /.release -->
11968

120-
- Athan Reines
121-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
12270

123-
</section>
71+
## 0.1.0 (2023-09-24)
12472

125-
<!-- /.contributors -->
73+
No changes reported for this release.
12674

12775
</section>
12876

README.md

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

182-
[test-image]: https://github.com/stdlib-js/array-base-zeros2d/actions/workflows/test.yml/badge.svg?branch=v0.2.2
183-
[test-url]: https://github.com/stdlib-js/array-base-zeros2d/actions/workflows/test.yml?query=branch:v0.2.2
182+
[test-image]: https://github.com/stdlib-js/array-base-zeros2d/actions/workflows/test.yml/badge.svg?branch=main
183+
[test-url]: https://github.com/stdlib-js/array-base-zeros2d/actions/workflows/test.yml?query=branch:main
184184

185185
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-zeros2d/main.svg
186186
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-zeros2d?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-filled2d": "^0.2.1",
40+
"@stdlib/array-base-filled2d": "^0.2.2",
4141
"@stdlib/types": "^0.3.2"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)