From 89942548f535ffc21c222b39d0bf9199bcc0d762 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 25 Feb 2024 19:58:49 +0000 Subject: [PATCH] Release v0.2.1 --- CONTRIBUTORS | 1 + README.md | 4 ++-- package.json | 17 +++++++++-------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a084916..72675ad 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -32,6 +32,7 @@ Naresh Jagadeesan Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović Philipp Burckhardt +Prajwal Kulkarni Pranav Goswami Ricky Reusser Robert Gislason diff --git a/README.md b/README.md index 8b66aec..e5d5df0 100644 --- a/README.md +++ b/README.md @@ -392,8 +392,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/random-base-minstd.svg [npm-url]: https://npmjs.org/package/@stdlib/random-base-minstd -[test-image]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml/badge.svg?branch=v0.2.1 +[test-url]: https://github.com/stdlib-js/random-base-minstd/actions/workflows/test.yml?query=branch:v0.2.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-base-minstd/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/random-base-minstd?branch=main diff --git a/package.json b/package.json index b82ebbc..083c5a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/random-base-minstd", - "version": "0.2.0", + "version": "0.2.1", "description": "A linear congruential pseudorandom number generator (LCG) based on Park and Miller.", "license": "Apache-2.0", "author": { @@ -40,34 +40,35 @@ }, "dependencies": { "@stdlib/array-int32": "^0.2.1", - "@stdlib/array-to-json": "^0.2.0", + "@stdlib/array-to-json": "^0.2.1", "@stdlib/assert-has-own-property": "^0.2.1", "@stdlib/assert-is-boolean": "^0.2.1", - "@stdlib/assert-is-collection": "^0.2.0", + "@stdlib/assert-is-collection": "^0.2.1", "@stdlib/assert-is-int32array": "^0.2.1", "@stdlib/assert-is-plain-object": "^0.2.1", - "@stdlib/assert-is-positive-integer": "^0.2.0", + "@stdlib/assert-is-positive-integer": "^0.2.1", "@stdlib/blas-base-gcopy": "^0.2.0", "@stdlib/constants-int32-max": "^0.2.1", "@stdlib/math-base-special-floor": "^0.2.1", - "@stdlib/random-base-shared": "github:stdlib-js/random-base-shared#main", + "@stdlib/random-base-shared": "^0.1.0", "@stdlib/string-format": "^0.2.1", "@stdlib/types": "^0.3.2", "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1", - "@stdlib/utils-library-manifest": "^0.2.1" + "@stdlib/utils-library-manifest": "^0.2.1", + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" }, "devDependencies": { "@stdlib/math-base-assert-is-nan": "^0.2.1", "@stdlib/math-base-assert-is-positive-integer": "^0.2.1", "@stdlib/process-env": "^0.2.1", - "@stdlib/stats-kstest": "^0.2.0", + "@stdlib/stats-kstest": "^0.2.1", "@stdlib/time-now": "^0.2.1", "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.2.0" + "@stdlib/bench-harness": "^0.2.1" }, "engines": { "node": ">=0.10.0",