Skip to content

Commit 7b22ea7

Browse files
committed
Auto-generated commit
1 parent f6c452c commit 7b22ea7

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:54.639Z
1+
2024-09-01T06:34:51.845Z

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+
- [`299be6a`](https://github.com/stdlib-js/stdlib/commit/299be6aa293d738d6be5ef6c4a1aa2efb4cbb8d9) - add boolean dtype support to `array/base/count-falsy`
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+
- [`299be6a`](https://github.com/stdlib-js/stdlib/commit/299be6aa293d738d6be5ef6c4a1aa2efb4cbb8d9) - **feat:** add boolean dtype support to `array/base/count-falsy` _(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+
- [`054750f`](https://github.com/stdlib-js/stdlib/commit/054750f2e9d09edcdc4f0859c25e4378cb89c1bd) - add `array/base/count-falsy`
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+
- [`054750f`](https://github.com/stdlib-js/stdlib/commit/054750f2e9d09edcdc4f0859c25e4378cb89c1bd) - **feat:** add `array/base/count-falsy` _(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 <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

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)