Skip to content

Commit f360036

Browse files
committed
Release v0.1.1
1 parent a368cfb commit f360036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
258258
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-scumax.svg
259259
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-scumax
260260

261-
[test-image]: https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml/badge.svg?branch=main
262-
[test-url]: https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml?query=branch:main
261+
[test-image]: https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml/badge.svg?branch=v0.1.1
262+
[test-url]: https://github.com/stdlib-js/stats-base-scumax/actions/workflows/test.yml?query=branch:v0.1.1
263263

264264
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-scumax/main.svg
265265
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-scumax?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/stats-base-scumax",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Calculate the cumulative maximum of single-precision floating-point strided array elements.",
55
"license": "Apache-2.0",
66
"author": {
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@stdlib/assert-is-error": "^0.1.1",
4545
"@stdlib/math-base-assert-is-nanf": "^0.1.1",
46-
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.0",
46+
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.1",
4747
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
4848
"@stdlib/utils-library-manifest": "^0.1.1",
4949
"@stdlib/utils-try-require": "^0.1.1"

0 commit comments

Comments
 (0)