Skip to content

Commit f2c2121

Browse files
committed
Release v0.1.1
1 parent 2e5e9d2 commit f2c2121

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

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

324324
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-nanstdevtk/main.svg
325325
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-nanstdevtk?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-nanstdevtk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.",
55
"license": "Apache-2.0",
66
"author": {
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/stdlib-js/stdlib/issues"
3939
},
4040
"dependencies": {
41-
"@stdlib/math-base-special-sqrt": "^0.1.0",
41+
"@stdlib/math-base-special-sqrt": "^0.1.1",
4242
"@stdlib/stats-base-nanvariancetk": "^0.1.1",
4343
"@stdlib/types": "^0.1.0",
4444
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"

0 commit comments

Comments
 (0)