Skip to content

Commit 00fb313

Browse files
committed
Auto-generated commit
1 parent fd0179c commit 00fb313

File tree

4 files changed

+16
-65
lines changed

4 files changed

+16
-65
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T06:06:49.047Z

CHANGELOG.md

Lines changed: 10 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.1.1">
5+
<section class="release" id="unreleased">
66

7-
## 0.1.1 (2024-07-29)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
16-
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1716

1817
</details>
1918

@@ -37,70 +36,21 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3736

3837
<!-- /.release -->
3938

40-
<section class="release" id="v0.1.0">
41-
42-
## 0.1.0 (2024-04-13)
43-
44-
<section class="features">
45-
46-
### Features
47-
48-
- [`ecd3518`](https://github.com/stdlib-js/stdlib/commit/ecd3518101b9c013ff9279b7f56e64015606907d) - add `array/base/count-if` [(#1372)](https://github.com/stdlib-js/stdlib/pull/1372)
49-
50-
</section>
51-
52-
<!-- /.features -->
53-
54-
<section class="bug-fixes">
55-
56-
### Bug Fixes
57-
58-
- [`310c13c`](https://github.com/stdlib-js/stdlib/commit/310c13c8b80e7a0259abf3b2470857b55c4ec865) - address handling of complex arrays, refactor tests, and clean-up
59-
60-
</section>
61-
62-
<!-- /.bug-fixes -->
63-
64-
<section class="issues">
65-
66-
### Closed Issues
67-
68-
This release closes the following issue:
69-
70-
[#1324](https://github.com/stdlib-js/stdlib/issues/1324)
71-
72-
</section>
73-
74-
<!-- /.issues -->
75-
76-
<section class="commits">
77-
78-
### Commits
79-
80-
<details>
39+
<section class="release" id="v0.1.1">
8140

82-
- [`310c13c`](https://github.com/stdlib-js/stdlib/commit/310c13c8b80e7a0259abf3b2470857b55c4ec865) - **fix:** address handling of complex arrays, refactor tests, and clean-up _(by Athan Reines)_
83-
- [`ecd3518`](https://github.com/stdlib-js/stdlib/commit/ecd3518101b9c013ff9279b7f56e64015606907d) - **feat:** add `array/base/count-if` [(#1372)](https://github.com/stdlib-js/stdlib/pull/1372) _(by Utkarsh, Philipp Burckhardt)_
41+
## 0.1.1 (2024-07-29)
8442

85-
</details>
43+
No changes reported for this release.
8644

8745
</section>
8846

89-
<!-- /.commits -->
90-
91-
<section class="contributors">
92-
93-
### Contributors
94-
95-
A total of 3 people contributed to this release. Thank you to the following contributors:
47+
<!-- /.release -->
9648

97-
- Athan Reines
98-
- Philipp Burckhardt
99-
- Utkarsh
49+
<section class="release" id="v0.1.0">
10050

101-
</section>
51+
## 0.1.0 (2024-04-13)
10252

103-
<!-- /.contributors -->
53+
No changes reported for this release.
10454

10555
</section>
10656

README.md

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

215-
[test-image]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml/badge.svg?branch=v0.1.1
216-
[test-url]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml?query=branch:v0.1.1
215+
[test-image]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml/badge.svg?branch=main
216+
[test-url]: https://github.com/stdlib-js/array-base-count-if/actions/workflows/test.yml?query=branch:main
217217

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-base-assert-is-accessor-array": "^0.2.2",
41-
"@stdlib/array-base-resolve-getter": "^0.2.1",
41+
"@stdlib/array-base-resolve-getter": "^0.2.2",
4242
"@stdlib/types": "^0.3.2"
4343
},
4444
"devDependencies": {
45-
"@stdlib/array-base-to-accessor-array": "^0.2.1",
46-
"@stdlib/array-complex128": "^0.2.1",
45+
"@stdlib/array-base-to-accessor-array": "^0.2.2",
46+
"@stdlib/array-complex128": "^0.3.0",
4747
"@stdlib/array-int32": "^0.2.2",
4848
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4949
"@stdlib/assert-is-positive-integer": "^0.2.2",

0 commit comments

Comments
 (0)