Skip to content

Commit 987ef0c

Browse files
committed
Release v0.1.0
1 parent a26decd commit 987ef0c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

429-
[test-image]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml/badge.svg?branch=main
430-
[test-url]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml?query=branch:main
429+
[test-image]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml/badge.svg?branch=v0.1.0
430+
[test-url]: https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml?query=branch:v0.1.0
431431

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/random-array-t",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Create an array containing pseudorandom numbers drawn from a Student's t-distribution.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-defaults": "github:stdlib-js/array-defaults#main",
40+
"@stdlib/array-defaults": "^0.1.0",
4141
"@stdlib/array-dtypes": "^0.1.0",
42-
"@stdlib/random-array-tools-unary-factory": "github:stdlib-js/random-array-tools-unary-factory#main",
42+
"@stdlib/random-array-tools-unary-factory": "^0.1.1",
4343
"@stdlib/random-base-t": "^0.1.0",
4444
"@stdlib/types": "^0.2.0",
4545
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"

0 commit comments

Comments
 (0)