Skip to content

Commit 10c5ff2

Browse files
committed
Release v0.2.0
1 parent 07170b0 commit 10c5ff2

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
435435
[npm-image]: http://img.shields.io/npm/v/@stdlib/random-array-t.svg
436436
[npm-url]: https://npmjs.org/package/@stdlib/random-array-t
437437

438-
[test-image]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml/badge.svg?branch=main
439-
[test-url]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml?query=branch:main
438+
[test-image]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml/badge.svg?branch=v0.2.0
439+
[test-url]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml?query=branch:v0.2.0
440440

441441
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-array-t/main.svg
442442
[coverage-url]: https://codecov.io/github/stdlib-js/random-array-t?branch=main

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/random-array-t",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Create an array containing pseudorandom numbers drawn from a Student's t-distribution.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,30 +37,30 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-defaults": "^0.1.0",
41-
"@stdlib/array-dtypes": "^0.1.0",
42-
"@stdlib/random-array-tools-unary-factory": "^0.1.1",
43-
"@stdlib/random-base-t": "^0.1.0",
44-
"@stdlib/types": "^0.2.0",
45-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
40+
"@stdlib/array-defaults": "^0.2.0",
41+
"@stdlib/array-dtypes": "^0.2.0",
42+
"@stdlib/random-array-tools-unary-factory": "^0.2.0",
43+
"@stdlib/random-base-t": "^0.2.0",
44+
"@stdlib/types": "^0.3.1",
45+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0"
4646
},
4747
"devDependencies": {
48-
"@stdlib/array-float32": "^0.1.1",
49-
"@stdlib/array-float64": "^0.1.1",
50-
"@stdlib/array-nans": "^0.1.0",
51-
"@stdlib/array-uint32": "^0.1.1",
48+
"@stdlib/array-float32": "^0.2.0",
49+
"@stdlib/array-float64": "^0.2.0",
50+
"@stdlib/array-nans": "^0.2.0",
51+
"@stdlib/array-uint32": "^0.2.0",
5252
"@stdlib/array-zeros": "^0.1.0",
53-
"@stdlib/assert-is-uint32array": "^0.1.1",
53+
"@stdlib/assert-is-uint32array": "^0.2.0",
5454
"@stdlib/console-log-each": "^0.1.0",
55-
"@stdlib/constants-uint32-max": "^0.1.1",
56-
"@stdlib/math-base-assert-is-nan": "^0.1.1",
57-
"@stdlib/math-base-assert-is-nanf": "^0.1.1",
58-
"@stdlib/math-base-special-pow": "^0.1.0",
55+
"@stdlib/constants-uint32-max": "^0.2.0",
56+
"@stdlib/math-base-assert-is-nan": "^0.2.0",
57+
"@stdlib/math-base-assert-is-nanf": "^0.2.0",
58+
"@stdlib/math-base-special-pow": "^0.2.0",
5959
"@stdlib/random-base-minstd": "^0.1.0",
6060
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6161
"istanbul": "^0.4.1",
6262
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
63-
"@stdlib/bench-harness": "^0.1.2"
63+
"@stdlib/bench-harness": "^0.2.0"
6464
},
6565
"engines": {
6666
"node": ">=0.10.0",

0 commit comments

Comments
 (0)