Skip to content

Commit 7e5c911

Browse files
committed
Auto-generated commit
1 parent 41ab4ed commit 7e5c911

File tree

4 files changed

+19
-52
lines changed

4 files changed

+19
-52
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:06:30.933Z

CHANGELOG.md

+12-46
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.0">
6-
7-
## 0.2.0 (2024-07-29)
8-
9-
<section class="features">
10-
11-
### Features
12-
13-
- [`09f1e11`](https://github.com/stdlib-js/stdlib/commit/09f1e11557f76c8fc6a8e3f9b60b06a8701ded3e) - add boolean dtype support to `array/base/count-truthy`
5+
<section class="release" id="unreleased">
146

15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`09f1e11`](https://github.com/stdlib-js/stdlib/commit/09f1e11557f76c8fc6a8e3f9b60b06a8701ded3e) - **feat:** add boolean dtype support to `array/base/count-truthy` _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

@@ -46,55 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4636

4737
<!-- /.release -->
4838

49-
<section class="release" id="v0.1.1">
39+
<section class="release" id="v0.2.0">
5040

51-
## 0.1.1 (2024-02-25)
41+
## 0.2.0 (2024-07-29)
5242

5343
No changes reported for this release.
5444

5545
</section>
5646

5747
<!-- /.release -->
5848

59-
<section class="release" id="v0.1.0">
60-
61-
## 0.1.0 (2024-02-21)
62-
63-
<section class="features">
64-
65-
### Features
66-
67-
- [`8dcd24c`](https://github.com/stdlib-js/stdlib/commit/8dcd24c1ff40d92501acd68627bb05c39dd97355) - add `array/base/count-truthy`
68-
69-
</section>
70-
71-
<!-- /.features -->
72-
73-
<section class="commits">
74-
75-
### Commits
76-
77-
<details>
49+
<section class="release" id="v0.1.1">
7850

79-
- [`8dcd24c`](https://github.com/stdlib-js/stdlib/commit/8dcd24c1ff40d92501acd68627bb05c39dd97355) - **feat:** add `array/base/count-truthy` _(by Athan Reines)_
51+
## 0.1.1 (2024-02-25)
8052

81-
</details>
53+
No changes reported for this release.
8254

8355
</section>
8456

85-
<!-- /.commits -->
86-
87-
<section class="contributors">
88-
89-
### Contributors
90-
91-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
9258

93-
- Athan Reines
59+
<section class="release" id="v0.1.0">
9460

95-
</section>
61+
## 0.1.0 (2024-02-21)
9662

97-
<!-- /.contributors -->
63+
No changes reported for this release.
9864

9965
</section>
10066

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
176176
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-count-truthy.svg
177177
[npm-url]: https://npmjs.org/package/@stdlib/array-base-count-truthy
178178

179-
[test-image]: https://github.com/stdlib-js/array-base-count-truthy/actions/workflows/test.yml/badge.svg?branch=v0.2.0
180-
[test-url]: https://github.com/stdlib-js/array-base-count-truthy/actions/workflows/test.yml?query=branch:v0.2.0
179+
[test-image]: https://github.com/stdlib-js/array-base-count-truthy/actions/workflows/test.yml/badge.svg?branch=main
180+
[test-url]: https://github.com/stdlib-js/array-base-count-truthy/actions/workflows/test.yml?query=branch:main
181181

182182
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-count-truthy/main.svg
183183
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-count-truthy?branch=main

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
4141
"@stdlib/array-base-assert-is-booleanarray": "^0.0.2",
4242
"@stdlib/array-base-assert-is-complex-typed-array": "^0.1.2",
43-
"@stdlib/array-base-resolve-getter": "^0.2.1",
43+
"@stdlib/array-base-resolve-getter": "^0.2.2",
4444
"@stdlib/strided-base-reinterpret-boolean": "^0.0.2",
4545
"@stdlib/strided-base-reinterpret-complex": "^0.1.2",
4646
"@stdlib/types": "^0.3.2"
4747
},
4848
"devDependencies": {
49-
"@stdlib/array-base-to-accessor-array": "^0.2.1",
50-
"@stdlib/array-bool": "^0.0.1",
51-
"@stdlib/array-complex128": "^0.2.1",
49+
"@stdlib/array-base-to-accessor-array": "^0.2.2",
50+
"@stdlib/array-bool": "^0.1.0",
51+
"@stdlib/array-complex128": "^0.3.0",
5252
"@stdlib/array-int32": "^0.2.2",
5353
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
5454
"@stdlib/math-base-special-pow": "^0.3.0",

0 commit comments

Comments
 (0)