diff --git a/README.md b/README.md index 81d305b..f57878a 100644 --- a/README.md +++ b/README.md @@ -482,8 +482,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/random-base-chisquare.svg [npm-url]: https://npmjs.org/package/@stdlib/random-base-chisquare -[test-image]: https://github.com/stdlib-js/random-base-chisquare/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/random-base-chisquare/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/random-base-chisquare/actions/workflows/test.yml/badge.svg?branch=v0.2.0 +[test-url]: https://github.com/stdlib-js/random-base-chisquare/actions/workflows/test.yml?query=branch:v0.2.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-base-chisquare/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/random-base-chisquare?branch=main diff --git a/package.json b/package.json index 95574fc..90d8f3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/random-base-chisquare", - "version": "0.1.0", + "version": "0.2.0", "description": "Chi-square distributed pseudorandom numbers.", "license": "Apache-2.0", "author": { @@ -37,36 +37,36 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/array-to-json": "^0.1.0", - "@stdlib/assert-has-own-property": "^0.1.1", - "@stdlib/assert-is-function": "^0.1.1", - "@stdlib/assert-is-plain-object": "^0.1.1", - "@stdlib/assert-is-positive-number": "^0.1.1", - "@stdlib/math-base-assert-is-nan": "^0.1.1", + "@stdlib/array-to-json": "^0.2.0", + "@stdlib/assert-has-own-property": "^0.2.0", + "@stdlib/assert-is-function": "^0.2.0", + "@stdlib/assert-is-plain-object": "^0.2.0", + "@stdlib/assert-is-positive-number": "^0.2.0", + "@stdlib/math-base-assert-is-nan": "^0.2.0", "@stdlib/random-base-gamma": "^0.1.0", - "@stdlib/string-format": "^0.1.1", + "@stdlib/string-format": "^0.2.0", "@stdlib/types": "^0.3.1", - "@stdlib/utils-constant-function": "^0.1.1", - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.1", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1", - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.1", - "@stdlib/utils-noop": "^0.1.1" + "@stdlib/utils-constant-function": "^0.2.0", + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.0", + "@stdlib/utils-noop": "^0.2.0" }, "devDependencies": { - "@stdlib/array-uint32": "^0.1.1", - "@stdlib/assert-is-uint32array": "^0.1.1", - "@stdlib/constants-uint32-max": "^0.1.1", - "@stdlib/math-base-special-ceil": "^0.1.1", - "@stdlib/process-env": "^0.1.1", + "@stdlib/array-uint32": "^0.2.0", + "@stdlib/assert-is-uint32array": "^0.2.0", + "@stdlib/constants-uint32-max": "^0.2.0", + "@stdlib/math-base-special-ceil": "^0.2.0", + "@stdlib/process-env": "^0.2.0", "@stdlib/random-base-minstd": "^0.1.0", "@stdlib/random-base-minstd-shuffle": "^0.1.0", "@stdlib/random-base-randu": "^0.1.0", - "@stdlib/stats-kstest": "^0.1.0", - "@stdlib/time-now": "^0.1.1", + "@stdlib/stats-kstest": "^0.2.0", + "@stdlib/time-now": "^0.2.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", - "@stdlib/bench-harness": "^0.1.2" + "@stdlib/bench-harness": "^0.2.0" }, "engines": { "node": ">=0.10.0",