Skip to content

Commit e21b6cb

Browse files
committed
Auto-generated commit
1 parent 33b9c54 commit e21b6cb

File tree

4 files changed

+23
-60
lines changed

4 files changed

+23
-60
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:46:55.731Z

CHANGELOG.md

Lines changed: 19 additions & 57 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>
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-25)
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-
- [`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-
- [`467995e`](https://github.com/stdlib-js/stdlib/commit/467995e1835de16ba580cd77e81c07ad368a26dd) - **refactor:** use more concise type definitions _(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,56 +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-
- [`e845b48`](https://github.com/stdlib-js/stdlib/commit/e845b4889d6a64c79f4d39137745cab80c7cd90b) - add `array/base/broadcasted-unary2d`
43+
No changes reported for this release.
7144

7245
</section>
7346

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

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

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

80-
- [`1ed3b28`](https://github.com/stdlib-js/stdlib/commit/1ed3b28f46df433b6f64c75a21cb4c157b6095fd) - restrict to unary callbacks
53+
No changes reported for this release.
8154

8255
</section>
8356

84-
<!-- /.bug-fixes -->
85-
86-
<section class="commits">
87-
88-
### Commits
57+
<!-- /.release -->
8958

90-
<details>
59+
<section class="release" id="v0.2.0">
9160

92-
- [`1ed3b28`](https://github.com/stdlib-js/stdlib/commit/1ed3b28f46df433b6f64c75a21cb4c157b6095fd) - **fix:** restrict to unary callbacks _(by Athan Reines)_
93-
- [`e845b48`](https://github.com/stdlib-js/stdlib/commit/e845b4889d6a64c79f4d39137745cab80c7cd90b) - **feat:** add `array/base/broadcasted-unary2d` _(by Athan Reines)_
61+
## 0.2.0 (2024-02-14)
9462

95-
</details>
63+
No changes reported for this release.
9664

9765
</section>
9866

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:
67+
<!-- /.release -->
10668

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

109-
</section>
71+
## 0.1.0 (2023-09-24)
11072

111-
<!-- /.contributors -->
73+
No changes reported for this release.
11274

11375
</section>
11476

README.md

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

192-
[test-image]: https://github.com/stdlib-js/array-base-broadcasted-unary2d/actions/workflows/test.yml/badge.svg?branch=v0.2.2
193-
[test-url]: https://github.com/stdlib-js/array-base-broadcasted-unary2d/actions/workflows/test.yml?query=branch:v0.2.2
192+
[test-image]: https://github.com/stdlib-js/array-base-broadcasted-unary2d/actions/workflows/test.yml/badge.svg?branch=main
193+
[test-url]: https://github.com/stdlib-js/array-base-broadcasted-unary2d/actions/workflows/test.yml?query=branch:main
194194

195195
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-broadcasted-unary2d/main.svg
196196
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-broadcasted-unary2d?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-broadcast-array": "^0.2.1",
40+
"@stdlib/array-base-broadcast-array": "^0.2.2",
4141
"@stdlib/types": "^0.3.2"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)