Skip to content

Commit 286fc46

Browse files
committed
Release v0.1.0
1 parent 62cf8af commit 286fc46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

433-
[test-image]: https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml/badge.svg?branch=main
434-
[test-url]: https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml?query=branch:main
433+
[test-image]: https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml/badge.svg?branch=v0.1.0
434+
[test-url]: https://github.com/stdlib-js/random-array-hypergeometric/actions/workflows/test.yml?query=branch:v0.1.0
435435

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/random-array-hypergeometric",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Create an array containing pseudorandom numbers drawn from a hypergeometric distribution.",
55
"license": "Apache-2.0",
66
"author": {
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@stdlib/array-defaults": "^0.1.0",
4141
"@stdlib/array-dtypes": "^0.1.0",
42-
"@stdlib/random-array-tools-ternary-factory": "github:stdlib-js/random-array-tools-ternary-factory#main",
42+
"@stdlib/random-array-tools-ternary-factory": "^0.1.0",
4343
"@stdlib/random-base-hypergeometric": "^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)