Skip to content

Commit 70a9ed8

Browse files
committed
Release v0.1.0
1 parent ee66fc4 commit 70a9ed8

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

7-
## Unreleased (2026-01-12)
7+
## 0.1.0 (2026-01-31)
88

99
<section class="features">
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
216216
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-count-ifs.svg
217217
[npm-url]: https://npmjs.org/package/@stdlib/array-base-count-ifs
218218

219-
[test-image]: https://github.com/stdlib-js/array-base-count-ifs/actions/workflows/test.yml/badge.svg?branch=main
220-
[test-url]: https://github.com/stdlib-js/array-base-count-ifs/actions/workflows/test.yml?query=branch:main
219+
[test-image]: https://github.com/stdlib-js/array-base-count-ifs/actions/workflows/test.yml/badge.svg?branch=v0.1.0
220+
[test-url]: https://github.com/stdlib-js/array-base-count-ifs/actions/workflows/test.yml?query=branch:v0.1.0
221221

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-count-ifs",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Perform element-wise evaluation of one or more input arrays according to provided predicate functions and count the number of elements for which all predicates respectively return `true`.",
55
"license": "Apache-2.0",
66
"author": {
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@stdlib/array-base-to-accessor-array": "^0.2.2",
46-
"@stdlib/array-complex128": "^0.3.0",
46+
"@stdlib/array-complex128": "^0.3.1",
4747
"@stdlib/array-int32": "^0.2.2",
4848
"@stdlib/assert-is-negative-integer": "^0.2.2",
4949
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
@@ -53,7 +53,7 @@
5353
"@stdlib/math-base-special-pow": "^0.3.0",
5454
"@stdlib/random-array-discrete-uniform": "^0.2.1",
5555
"@stdlib/random-array-uniform": "^0.2.1",
56-
"@stdlib/utils-nary-function": "^0.2.2",
56+
"@stdlib/utils-nary-function": "^0.2.3",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"istanbul": "^0.4.1",
5959
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)