Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 24, 2023
1 parent 2cba139 commit 0c0b141
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-reduce.svg
[npm-url]: https://npmjs.org/package/@stdlib/utils-reduce

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

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-reduce/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/utils-reduce?branch=main
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/utils-reduce",
"version": "0.0.8",
"version": "0.1.0",
"description": "Apply a function against an accumulator and each element in an array and return the accumulated result.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -37,33 +37,33 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-base-arraylike2object": "^0.0.2",
"@stdlib/assert-is-array-like-object": "^0.0.8",
"@stdlib/assert-is-function": "^0.0.8",
"@stdlib/assert-is-ndarray-like": "^0.0.6",
"@stdlib/ndarray-base-ndarraylike2object": "^0.0.1",
"@stdlib/ndarray-base-vind2bind": "^0.0.8",
"@stdlib/string-format": "^0.0.3",
"@stdlib/types": "^0.0.14"
"@stdlib/array-base-arraylike2object": "^0.1.0",
"@stdlib/assert-is-array-like-object": "^0.1.0",
"@stdlib/assert-is-function": "^0.1.0",
"@stdlib/assert-is-ndarray-like": "^0.1.0",
"@stdlib/ndarray-base-ndarraylike2object": "^0.1.0",
"@stdlib/ndarray-base-vind2bind": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/types": "^0.1.0"
},
"devDependencies": {
"@stdlib/array-base-filled": "^0.0.2",
"@stdlib/array-complex64": "^0.0.6",
"@stdlib/array-base-filled": "^0.1.0",
"@stdlib/array-complex64": "^0.1.0",
"@stdlib/array-filled-by": "^0.0.2",
"@stdlib/array-float64": "^0.0.6",
"@stdlib/bench": "^0.0.12",
"@stdlib/complex-float32": "^0.0.7",
"@stdlib/complex-imagf": "^0.0.1",
"@stdlib/complex-realf": "^0.0.1",
"@stdlib/math-base-assert-is-nan": "^0.0.8",
"@stdlib/math-base-ops-add": "^0.0.1",
"@stdlib/math-base-ops-cadd": "^0.0.7",
"@stdlib/math-base-special-pow": "^0.0.7",
"@stdlib/array-float64": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/complex-float32": "^0.1.0",
"@stdlib/complex-imagf": "^0.1.0",
"@stdlib/complex-realf": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.0",
"@stdlib/math-base-ops-add": "^0.1.0",
"@stdlib/math-base-ops-cadd": "^0.1.0",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/ndarray-array": "^0.0.9",
"@stdlib/ndarray-ctor": "^0.0.10",
"@stdlib/ndarray-ctor": "^0.1.0",
"@stdlib/random-base-discrete-uniform": "^0.0.6",
"@stdlib/utils-nary-function": "^0.0.1",
"@stdlib/utils-noop": "^0.0.14",
"@stdlib/utils-nary-function": "^0.1.0",
"@stdlib/utils-noop": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
Expand Down

0 comments on commit 0c0b141

Please sign in to comment.