Skip to content

Commit 0354361

Browse files
committed
Auto-generated commit
1 parent 7e5c911 commit 0354361

File tree

4 files changed

+50
-14
lines changed

4 files changed

+50
-14
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T06:06:30.933Z
1+
2024-09-01T06:34:27.758Z

CHANGELOG.md

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
22

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

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

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

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

1727
</details>
1828

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

3747
<!-- /.release -->
3848

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

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

4353
No changes reported for this release.
4454

4555
</section>
4656

4757
<!-- /.release -->
4858

49-
<section class="release" id="v0.1.1">
59+
<section class="release" id="v0.1.0">
5060

51-
## 0.1.1 (2024-02-25)
61+
## 0.1.0 (2024-02-21)
5262

53-
No changes reported for this release.
63+
<section class="features">
64+
65+
### Features
66+
67+
- [`8dcd24c`](https://github.com/stdlib-js/stdlib/commit/8dcd24c1ff40d92501acd68627bb05c39dd97355) - add `array/base/count-truthy`
5468

5569
</section>
5670

57-
<!-- /.release -->
71+
<!-- /.features -->
5872

59-
<section class="release" id="v0.1.0">
73+
<section class="commits">
6074

61-
## 0.1.0 (2024-02-21)
75+
### Commits
6276

63-
No changes reported for this release.
77+
<details>
78+
79+
- [`8dcd24c`](https://github.com/stdlib-js/stdlib/commit/8dcd24c1ff40d92501acd68627bb05c39dd97355) - **feat:** add `array/base/count-truthy` _(by Athan Reines)_
80+
81+
</details>
82+
83+
</section>
84+
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:
92+
93+
- Athan Reines
94+
95+
</section>
96+
97+
<!-- /.contributors -->
6498

6599
</section>
66100

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@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",
46-
"@stdlib/types": "^0.3.2"
46+
"@stdlib/types": "^0.4.1"
4747
},
4848
"devDependencies": {
4949
"@stdlib/array-base-to-accessor-array": "^0.2.2",

0 commit comments

Comments
 (0)