Skip to content

Commit 801824e

Browse files
committed
Release v0.3.1
1 parent 9d70da3 commit 801824e

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> Package changelog.
44
5+
<section class="release" id="v0.3.1">
6+
7+
## 0.3.1 (2026-02-01)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
515
<section class="release" id="v0.3.0">
616

717
## 0.3.0 (2026-01-25)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
324324
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-gamma-mean.svg
325325
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-gamma-mean
326326

327-
[test-image]: https://github.com/stdlib-js/stats-base-dists-gamma-mean/actions/workflows/test.yml/badge.svg?branch=v0.3.0
328-
[test-url]: https://github.com/stdlib-js/stats-base-dists-gamma-mean/actions/workflows/test.yml?query=branch:v0.3.0
327+
[test-image]: https://github.com/stdlib-js/stats-base-dists-gamma-mean/actions/workflows/test.yml/badge.svg?branch=v0.3.1
328+
[test-url]: https://github.com/stdlib-js/stats-base-dists-gamma-mean/actions/workflows/test.yml?query=branch:v0.3.1
329329

330330
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-gamma-mean/main.svg
331331
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-gamma-mean?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/stats-base-dists-gamma-mean",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Gamma distribution expected value.",
55
"license": "Apache-2.0",
66
"author": {
@@ -40,19 +40,19 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/math-base-napi-binary": "^0.3.0",
44-
"@stdlib/utils-library-manifest": "^0.2.2"
43+
"@stdlib/math-base-napi-binary": "^0.3.1",
44+
"@stdlib/utils-library-manifest": "^0.2.3"
4545
},
4646
"devDependencies": {
4747
"@stdlib/array-float64": "^0.2.2",
48-
"@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main",
48+
"@stdlib/console-log-each-map": "^0.1.0",
4949
"@stdlib/constants-float64-eps": "^0.2.2",
5050
"@stdlib/constants-float64-ninf": "^0.2.2",
5151
"@stdlib/constants-float64-pinf": "^0.2.2",
5252
"@stdlib/math-base-assert-is-nan": "^0.2.2",
5353
"@stdlib/math-base-special-abs": "^0.2.2",
5454
"@stdlib/random-array-uniform": "^0.2.1",
55-
"@stdlib/random-base-uniform": "^0.2.1",
55+
"@stdlib/random-base-uniform": "^0.2.2",
5656
"@stdlib/utils-try-require": "^0.2.2",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)