Skip to content

Commit 8ebbba7

Browse files
committed
Release v0.1.1
1 parent 576a034 commit 8ebbba7

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
3232
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3333
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3434
Philipp Burckhardt <pburckhardt@outlook.com>
35+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3536
Pranav Goswami <goswami.4@iitj.ac.in>
3637
Ricky Reusser <rsreusser@gmail.com>
3738
Robert Gislason <gztown2216@yahoo.com>

README.md

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

177-
[test-image]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.0
178-
[test-url]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml?query=branch:v0.1.0
177+
[test-image]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.1
178+
[test-url]: https://github.com/stdlib-js/array-base-count-same-value/actions/workflows/test.yml?query=branch:v0.1.1
179179

180180
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-count-same-value/main.svg
181181
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-count-same-value?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-count-same-value",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Count the number of elements that are equal to a given value in an array.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,30 +37,30 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-assert-is-accessor-array": "^0.2.0",
41-
"@stdlib/array-base-assert-is-complex-typed-array": "^0.1.0",
40+
"@stdlib/array-base-assert-is-accessor-array": "^0.2.1",
41+
"@stdlib/array-base-assert-is-complex-typed-array": "^0.1.1",
4242
"@stdlib/array-base-resolve-getter": "^0.2.0",
4343
"@stdlib/assert-is-complex-like": "^0.2.1",
4444
"@stdlib/assert-is-same-value": "^0.2.1",
4545
"@stdlib/complex-imag": "^0.2.1",
4646
"@stdlib/complex-real": "^0.2.1",
47-
"@stdlib/strided-base-reinterpret-complex": "github:stdlib-js/strided-base-reinterpret-complex#main",
47+
"@stdlib/strided-base-reinterpret-complex": "^0.1.1",
4848
"@stdlib/types": "^0.3.2"
4949
},
5050
"devDependencies": {
51-
"@stdlib/array-base-ones": "^0.2.0",
51+
"@stdlib/array-base-ones": "^0.2.1",
5252
"@stdlib/array-base-to-accessor-array": "^0.2.0",
5353
"@stdlib/array-complex128": "^0.2.0",
5454
"@stdlib/array-float32": "^0.2.1",
5555
"@stdlib/array-int32": "^0.2.1",
56-
"@stdlib/assert-is-nonnegative-integer": "^0.2.0",
56+
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
5757
"@stdlib/complex-float64": "^0.2.1",
58-
"@stdlib/math-base-special-pow": "^0.2.0",
58+
"@stdlib/math-base-special-pow": "^0.2.1",
5959
"@stdlib/random-sample": "^0.2.0",
6060
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6161
"istanbul": "^0.4.1",
6262
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
63-
"@stdlib/bench-harness": "^0.2.0"
63+
"@stdlib/bench-harness": "^0.2.1"
6464
},
6565
"engines": {
6666
"node": ">=0.10.0",

0 commit comments

Comments
 (0)