8000 Release v0.1.0 · stdlib-js/utils-reduce@0c0b141 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c0b141

Browse files
committed
Release v0.1.0
1 parent 2cba139 commit 0c0b141

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
293293
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-reduce.svg
294294
[npm-url]: https://npmjs.org/package/@stdlib/utils-reduce
295295

296-
[test-image]: https://github.com/stdlib-js/utils-reduce/actions/workflows/test.yml/badge.svg?branch=main
297-
[test-url]: https://github.com/stdlib-js/utils-reduce/actions/workflows/test.yml?query=branch:main
296+
[test-image]: https://github.com/stdlib-js/utils-reduce/actions/workflows/test.yml/badge.svg?branch=v0.1.0
297+
[test-url]: https://github.com/stdlib-js/utils-reduce/actions/workflows/test.yml?query=branch:v0.1.0
298298

299299
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-reduce/main.svg
300300
[coverage-url]: https://codecov.io/github/stdlib-js/utils-reduce?branch=main

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/utils-reduce",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "Apply a function against an accumulator and each element in an array and return the accumulated result.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,33 +37,33 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-arraylike2object": "^0.0.2",
41-
"@stdlib/assert-is-array-like-object": "^0.0.8",
42-
"@stdlib/assert-is-function": "^0.0.8",
43-
"@stdlib/assert-is-ndarray-like": "^0.0.6",
44-
"@stdlib/ndarray-base-ndarraylike2object": "^0.0.1",
45-
"@stdlib/ndarray-base-vind2bind": "^0.0.8",
46-
"@stdlib/string-format": "^0.0.3",
47-
"@stdlib/types": "^0.0.14"
40+
"@stdlib/array-base-arraylike2object": "^0.1.0",
41+
"@stdlib/assert-is-array-like-object": "^0.1.0",
42+
"@stdlib/assert-is-function": "^0.1.0",
43+
"@stdlib/assert-is-ndarray-like": "^0.1.0",
44+
"@stdlib/ndarray-base-ndarraylike2object": "^0.1.0",
45+
"@stdlib/ndarray-base-vind2bind": "^0.1.0",
46+
"@stdlib/string-format": "^0.1.0",
47+
"@stdlib/types": "^0.1.0"
4848
},
4949
"devDependencies": {
50-
"@stdlib/array-base-filled": "^0.0.2",
51-
"@stdlib/array-complex64": "^0.0.6",
50+
"@stdlib/array-base-filled": "^0.1.0",
51+
"@stdlib/array-complex64": "^0.1.0",
5252
"@stdlib/array-filled-by": "^0.0.2",
53-
"@stdlib/array-float64": "^0.0.6",
54-
"@stdlib/bench": "^0.0.12",
55-
"@stdlib/complex-float32": "^0.0.7",
56-
"@stdlib/complex-imagf": "^0.0.1",
57-
"@stdlib/complex-realf": "^0.0.1",
58-
"@stdlib/math-base-assert-is-nan": "^0.0.8",
59-
"@stdlib/math-base-ops-add": "^0.0.1",
60-
"@stdlib/math-base-ops-cadd": "^0.0.7",
61-
"@stdlib/math-base-special-pow": "^0.0.7",
53+
"@stdlib/array-float64": "^0.1.0",
54+
"@stdlib/bench": "^0.1.0",
55+
"@stdlib/complex-float32": "^0.1.0",
56+
"@stdlib/complex-imagf": "^0.1.0",
57+
"@stdlib/complex-realf": "^0.1.0",
58+
"@stdlib/math-base-assert-is-nan": "^0.1.0",
59+
"@stdlib/math-base-ops-add": "^0.1.0",
60+
"@stdlib/math-base-ops-cadd": "^0.1.0",
61+
"@stdlib/math-base-special-pow": "^0.1.0",
6262
"@stdlib/ndarray-array": "^0.0.9",
63-
"@stdlib/ndarray-ctor": "^0.0.10",
63+
"@stdlib/ndarray-ctor": "^0.1.0",
6464
"@stdlib/random-base-discrete-uniform": "^0.0.6",
65-
"@stdlib/utils-nary-function": "^0.0.1< 5AA3 /span>",
66-
"@stdlib/utils-noop": "^0.0.14",
65+
"@stdlib/utils-nary-function": "^0.1.0",
66+
"@stdlib/utils-noop": "^0.1.0",
6767
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6868
"istanbul": "^0.4.1",
6969
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)
0