Skip to content

Commit d731d11

Browse files
committed
Auto-generated commit
1 parent a4c4a7f commit d731d11

File tree

3 files changed

+24
-52
lines changed

3 files changed

+24
-52
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:47:49.782Z

CHANGELOG.md

Lines changed: 21 additions & 50 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-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-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
36-
- [`45cec68`](https://github.com/stdlib-js/stdlib/commit/45cec6858ffc8f2dbd02c9b097ae73df1dddc06a) - **docs:** fix callback parameters and update parameter descriptions _(by Athan Reines)_
37-
- [`38333d8`](https://github.com/stdlib-js/stdlib/commit/38333d8be3a445fac58b4835cce931f46cfd66ff) - **docs:** fix parameter description _(by Athan Reines)_
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,47 +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-29)
6942

70-
- [`4def9df`](https://github.com/stdlib-js/stdlib/commit/4def9df18164e1698654864645e4992a7cb3a150) - add `array/base/binary4d`
43+
No changes reported for this release.
7144

7245
</section>
7346

74-
<!-- /.features -->
47+
<!-- /.release -->
7548

76-
<section class="commits">
49+
<section class="release" id="v0.2.1">
7750

78-
### Commits
51+
## 0.2.1 (2024-02-25)
7952

80-
<details>
53+
No changes reported for this release.
8154

82-
- [`8769de9`](https://github.com/stdlib-js/stdlib/commit/8769de92bebc498a9a6a7cce81fe3c2dd9fefdcb) - **docs:** update API descriptions _(by Athan Reines)_
83-
- [`1849787`](https://github.com/stdlib-js/stdlib/commit/18497879e2fc762a4e96f56d831282e78085f871) - **test:** fix function invocations _(by Athan Reines)_
84-
- [`4def9df`](https://github.com/stdlib-js/stdlib/commit/4def9df18164e1698654864645e4992a7cb3a150) - **feat:** add `array/base/binary4d` _(by Athan Reines)_
55+
</section>
8556

86-
</details>
57+
<!-- /.release -->
8758

88-
</section>
59+
<section class="release" id="v0.2.0">
8960

90-
<!-- /.commits -->
61+
## 0.2.0 (2024-02-14)
9162

92-
<section class="contributors">
63+
No changes reported for this release.
9364

94-
### Contributors
65+
</section>
9566

96-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
9768

98-
- Athan Reines
69+
<section class="release" id="v0.1.0">
9970

100-
</section>
71+
## 0.1.0 (2023-09-24)
10172

102-
<!-- /.contributors -->
73+
No changes reported for this release.
10374

10475
</section>
10576

README.md

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

188-
[test-image]: https://github.com/stdlib-js/array-base-binary4d/actions/workflows/test.yml/badge.svg?branch=v0.2.2
189-
[test-url]: https://github.com/stdlib-js/array-base-binary4d/actions/workflows/test.yml?query=branch:v0.2.2
188+
[test-image]: https://github.com/stdlib-js/array-base-binary4d/actions/workflows/test.yml/badge.svg?branch=main
189+
[test-url]: https://github.com/stdlib-js/array-base-binary4d/actions/workflows/test.yml?query=branch:main
190190

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

0 commit comments

Comments
 (0)