Skip to content

Commit c392a0e

Browse files
committed
Auto-generated commit
1 parent b7774dd commit c392a0e

File tree

5 files changed

+21
-56
lines changed

5 files changed

+21
-56
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:10:47.359Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 15 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.2.2">
5+
<section class="release" id="unreleased">
66

7-
## 0.2.2 (2024-07-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Philipp Burckhardt
29+
- Athan Reines
3030

3131
</section>
3232

@@ -36,79 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.1">
39+
<section class="release" id="v0.2.2">
4040

41-
## 0.2.1 (2024-02-24)
41+
## 0.2.2 (2024-07-28)
4242

4343
No changes reported for this release.
4444

4545
</section>
4646

4747
<!-- /.release -->
4848

49-
<section class="release" id="v0.2.0">
49+
<section class="release" id="v0.2.1">
5050

51-
## 0.2.0 (2024-02-14)
51+
## 0.2.1 (2024-02-24)
5252

5353
No changes reported for this release.
5454

5555
</section>
5656

5757
<!-- /.release -->
5858

59-
<section class="release" id="v0.1.0">
60-
61-
## 0.1.0 (2023-09-24)
62-
63-
<section class="features">
64-
65-
### Features
66-
67-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864) - update minimum TypeScript version
68-
69-
</section>
70-
71-
<!-- /.features -->
72-
73-
<section class="breaking-changes">
74-
75-
### BREAKING CHANGES
76-
77-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864): update minimum TypeScript version
78-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864): update minimum TypeScript version to 4.1
79-
80-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
81-
82-
</section>
83-
84-
<!-- /.breaking-changes -->
85-
86-
<section class="commits">
87-
88-
### Commits
89-
90-
<details>
59+
<section class="release" id="v0.2.0">
9160

92-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
93-
- [`d5fa8e8`](https://github.com/stdlib-js/stdlib/commit/d5fa8e8a6267a837a25a7027e9fe3e847bc2d1c5) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9462

95-
</details>
63+
No changes reported for this release.
9664

9765
</section>
9866

99-
<!-- /.commits -->
100-
101-
<section class="contributors">
102-
103-
### Contributors
104-
105-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
10668

107-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
10870

109-
</section>
71+
## 0.1.0 (2023-09-24)
11072

111-
<!-- /.contributors -->
73+
No changes reported for this release.
11274

11375
</section>
11476

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
197197
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-studentized-range-cdf.svg
198198
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-studentized-range-cdf
199199

200-
[test-image]: https://github.com/stdlib-js/stats-base-dists-studentized-range-cdf/actions/workflows/test.yml/badge.svg?branch=v0.2.2
201-
[test-url]: https://github.com/stdlib-js/stats-base-dists-studentized-range-cdf/actions/workflows/test.yml?query=branch:v0.2.2
200+
[test-image]: https://github.com/stdlib-js/stats-base-dists-studentized-range-cdf/actions/workflows/test.yml/badge.svg?branch=main
201+
[test-url]: https://github.com/stdlib-js/stats-base-dists-studentized-range-cdf/actions/workflows/test.yml?query=branch:main
202202

203203
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-studentized-range-cdf/main.svg
204204
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-studentized-range-cdf?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@stdlib/math-base-assert-is-nan": "^0.2.2",
4646
"@stdlib/math-base-special-abs": "^0.2.2",
4747
"@stdlib/math-base-special-exp": "^0.2.4",
48-
"@stdlib/math-base-special-gammaln": "^0.2.1",
48+
"@stdlib/math-base-special-gammaln": "^0.2.2",
4949
"@stdlib/math-base-special-ln": "^0.2.4",
5050
"@stdlib/math-base-special-pow": "^0.3.0",
5151
"@stdlib/math-base-special-round": "^0.3.0",

0 commit comments

Comments
 (0)