Skip to content

Commit 4d6d587

Browse files
committed
Auto-generated commit
1 parent 91a96c9 commit 4d6d587

File tree

5 files changed

+21
-58
lines changed

5 files changed

+21
-58
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T04:30:18.913Z

.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 & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +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-
- [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_
16-
- [`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)_
1716

1817
</details>
1918

@@ -27,7 +26,7 @@
2726

2827
A total of 1 person contributed to this release. Thank you to this contributor:
2928

30-
- Philipp Burckhardt
29+
- Athan Reines
3130

3231
</section>
3332

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

3837
<!-- /.release -->
3938

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

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

4443
No changes reported for this release.
4544

4645
</section>
4746

4847
<!-- /.release -->
4948

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

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

5453
No changes reported for this release.
5554

5655
</section>
5756

5857
<!-- /.release -->
5958

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

93-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
94-
- [`d5fa8e8`](https://github.com/stdlib-js/stdlib/commit/d5fa8e8a6267a837a25a7027e9fe3e847bc2d1c5) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
95-
- [`37f032d`](https://github.com/stdlib-js/stdlib/commit/37f032d4a571f667ea99f6f52f60b5d736c627f3) - **docs:** render equations via math code blocks _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
9662

97-
</details>
63+
No changes reported for this release.
9864

9965
</section>
10066

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

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

111-
</section>
71+
## 0.1.0 (2023-09-24)
11272

113-
<!-- /.contributors -->
73+
No changes reported for this release.
11474

11575
</section>
11676

README.md

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

225-
[test-image]: https://github.com/stdlib-js/stats-base-dists-rayleigh-cdf/actions/workflows/test.yml/badge.svg?branch=v0.2.2
226-
[test-url]: https://github.com/stdlib-js/stats-base-dists-rayleigh-cdf/actions/workflows/test.yml?query=branch:v0.2.2
225+
[test-image]: https://github.com/stdlib-js/stats-base-dists-rayleigh-cdf/actions/workflows/test.yml/badge.svg?branch=main
226+
[test-url]: https://github.com/stdlib-js/stats-base-dists-rayleigh-cdf/actions/workflows/test.yml?query=branch:main
227227

228228
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-rayleigh-cdf/main.svg
229229
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-rayleigh-cdf?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/math-base-assert-is-nan": "^0.2.2",
41-
"@stdlib/math-base-special-exp": "^0.2.3",
41+
"@stdlib/math-base-special-exp": "^0.2.4",
4242
"@stdlib/math-base-special-pow": "^0.3.0",
4343
"@stdlib/stats-base-dists-degenerate-cdf": "^0.2.2",
4444
"@stdlib/utils-constant-function": "^0.2.2",

0 commit comments

Comments
 (0)