Skip to content

Commit 3790eab

Browse files
committed
Release v0.2.2
1 parent b7a5ba2 commit 3790eab

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.0">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-28)
8+
9+
No changes reported for this release.
10+
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
616

7-
## 0.2.0 (2024-07-28)
17+
## 0.2.1 (2024-07-28)
818

919
No changes reported for this release.
1020

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,11 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
264264
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-negative-binomial-mgf.svg
265265
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-negative-binomial-mgf
266266

267-
[test-image]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-mgf/actions/workflows/test.yml/badge.svg?branch=v0.2.1
268-
[test-url]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-mgf/actions/workflows/test.yml?query=branch:v0.2.1
267+
[test-image]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-mgf/actions/workflows/test.yml/badge.svg?branch=v0.2.2
268+
[test-url]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-mgf/actions/workflows/test.yml?query=branch:v0.2.2
269269

270270
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-negative-binomial-mgf/main.svg
271-
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-negative-binomial-mgf?branch=v0.2.1
271+
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-negative-binomial-mgf?branch=main
272272

273273
<!--
274274

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/stats-base-dists-negative-binomial-mgf",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Negative binomial distribution moment-generating function (MGF).",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)