Skip to content

Commit 3d847c3

Browse files
committed
Release v0.1.1
1 parent a10e184 commit 3d847c3

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
@@ -317,8 +317,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
317317
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-stdevyc.svg
318318
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-stdevyc
319319

320-
[test-image]: https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml/badge.svg?branch=main
321-
[test-url]: https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml?query=branch:main
320+
[test-image]: https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml/badge.svg?branch=v0.1.1
321+
[test-url]: https://github.com/stdlib-js/stats-base-stdevyc/actions/workflows/test.yml?query=branch:v0.1.1
322322

323323
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-stdevyc/main.svg
324324
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-stdevyc?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-stdevyc",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/math-base-special-sqrt": "^0.1.0",
40+
"@stdlib/math-base-special-sqrt": "^0.1.1",
4141
"@stdlib/stats-base-varianceyc": "^0.1.1",
4242
"@stdlib/types": "^0.1.0",
4343
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"

0 commit comments

Comments
 (0)