Skip to content

Commit f9ea607

Browse files
committed
Release v0.2.1
1 parent d23ee6f commit f9ea607

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
3232
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3333
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3434
Philipp Burckhardt <pburckhardt@outlook.com>
35+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3536
Pranav Goswami <goswami.4@iitj.ac.in>
3637
Ricky Reusser <rsreusser@gmail.com>
3738
Robert Gislason <gztown2216@yahoo.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
388388
[npm-image]: http://img.shields.io/npm/v/@stdlib/random-base-mt19937.svg
389389
[npm-url]: https://npmjs.org/package/@stdlib/random-base-mt19937
390390

391-
[test-image]: https://github.com/stdlib-js/random-base-mt19937/actions/workflows/test.yml/badge.svg?branch=main
392-
[test-url]: https://github.com/stdlib-js/random-base-mt19937/actions/workflows/test.yml?query=branch:main
391+
[test-image]: https://github.com/stdlib-js/random-base-mt19937/actions/workflows/test.yml/badge.svg?branch=v0.2.1
392+
[test-url]: https://github.com/stdlib-js/random-base-mt19937/actions/workflows/test.yml?query=branch:v0.2.1
393393

394394
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-base-mt19937/main.svg
395395
[coverage-url]: https://codecov.io/github/stdlib-js/random-base-mt19937?branch=main

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/random-base-mt19937",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A 32-bit Mersenne Twister pseudorandom number generator.",
55
"license": "Apache-2.0",
66
"author": {
@@ -39,38 +39,39 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/array-to-json": "^0.2.0",
42+
"@stdlib/array-to-json": "^0.2.1",
4343
"@stdlib/array-uint32": "^0.2.1",
4444
"@stdlib/assert-has-own-property": "^0.2.1",
4545
"@stdlib/assert-is-boolean": "^0.2.1",
46-
"@stdlib/assert-is-collection": "^0.2.0",
46+
"@stdlib/assert-is-collection": "^0.2.1",
4747
"@stdlib/assert-is-plain-object": "^0.2.1",
48-
"@stdlib/assert-is-positive-integer": "^0.2.0",
48+
"@stdlib/assert-is-positive-integer": "^0.2.1",
4949
"@stdlib/assert-is-uint32array": "^0.2.1",
5050
"@stdlib/blas-base-gcopy": "^0.2.0",
5151
"@stdlib/constants-float64-max-safe-integer": "^0.2.1",
5252
"@stdlib/constants-uint32-max": "^0.2.1",
5353
"@stdlib/math-base-ops-umul": "^0.2.1",
5454
"@stdlib/math-base-special-floor": "^0.2.1",
5555
"@stdlib/math-base-special-max": "^0.2.1",
56-
"@stdlib/random-base-shared": "github:stdlib-js/random-base-shared#main",
56+
"@stdlib/random-base-shared": "^0.1.0",
5757
"@stdlib/string-format": "^0.2.1",
5858
"@stdlib/types": "^0.3.2",
5959
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
6060
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
6161
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1",
62-
"@stdlib/utils-library-manifest": "^0.2.1"
62+
"@stdlib/utils-library-manifest": "^0.2.1",
63+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
6364
},
6465
"devDependencies": {
6566
"@stdlib/math-base-assert-is-nan": "^0.2.1",
6667
"@stdlib/math-base-assert-is-nonnegative-integer": "^0.1.2",
6768
"@stdlib/process-env": "^0.2.1",
6869
"@stdlib/random-base-minstd-shuffle": "^0.2.0",
69-
"@stdlib/stats-kstest": "^0.2.0",
70+
"@stdlib/stats-kstest": "^0.2.1",
7071
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7172
"istanbul": "^0.4.1",
7273
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
73-
"@stdlib/bench-harness": "^0.2.0"
74+
"@stdlib/bench-harness": "^0.2.1"
7475
},
7576
"engines": {
7677
"node": ">=0.10.0",

0 commit comments

Comments
 (0)