Skip to content

Commit 2946491

Browse files
committed
Auto-generated commit
1 parent cf695b5 commit 2946491

File tree

5 files changed

+27
-63
lines changed

5 files changed

+27
-63
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T01:44:42.120Z

.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 & 54 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-27)
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,6 +36,16 @@ 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.2">
40+
41+
## 0.2.2 (2024-07-27)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+
3949
<section class="release" id="v0.2.1">
4050

4151
## 0.2.1 (2024-02-22)
@@ -70,56 +80,7 @@ No changes reported for this release.
7080

7181
## 0.1.0 (2023-09-23)
7282

73-
<section class="features">
74-
75-
### Features
76-
77-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864) - update minimum TypeScript version
78-
79-
</section>
80-
81-
<!-- /.features -->
82-
83-
<section class="breaking-changes">
84-
85-
### BREAKING CHANGES
86-
87-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864): update minimum TypeScript version
88-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864): update minimum TypeScript version to 4.1
89-
90-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
91-
92-
</section>
93-
94-
<!-- /.breaking-changes -->
95-
96-
<section class="commits">
97-
98-
### Commits
99-
100-
<details>
101-
102-
- [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
103-
- [`d5fa8e8`](https://github.com/stdlib-js/stdlib/commit/d5fa8e8a6267a837a25a7027e9fe3e847bc2d1c5) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
104-
- [`37f032d`](https://github.com/stdlib-js/stdlib/commit/37f032d4a571f667ea99f6f52f60b5d736c627f3) - **docs:** render equations via math code blocks _(by Philipp Burckhardt)_
105-
106-
</details>
107-
108-
</section>
109-
110-
<!-- /.commits -->
111-
112-
<section class="contributors">
113-
114-
### Contributors
115-
116-
A total of 1 person contributed to this release. Thank you to this contributor:
117-
118-
- Philipp Burckhardt
119-
120-
</section>
121-
122-
<!-- /.contributors -->
83+
No changes reported for this release.
12384

12485
</section>
12586

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
219219
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-logistic-stdev.svg
220220
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-logistic-stdev
221221

222-
[test-image]: https://github.com/stdlib-js/stats-base-dists-logistic-stdev/actions/workflows/test.yml/badge.svg?branch=v0.2.2
223-
[test-url]: https://github.com/stdlib-js/stats-base-dists-logistic-stdev/actions/workflows/test.yml?query=branch:v0.2.2
222+
[test-image]: https://github.com/stdlib-js/stats-base-dists-logistic-stdev/actions/workflows/test.yml/badge.svg?branch=main
223+
[test-url]: https://github.com/stdlib-js/stats-base-dists-logistic-stdev/actions/workflows/test.yml?query=branch:main
224224

225225
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-logistic-stdev/main.svg
226226
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-logistic-stdev?branch=main

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/constants-float64-pi": "^0.2.1",
40+
"@stdlib/constants-float64-pi": "^0.2.2",
4141
"@stdlib/constants-float64-sqrt-three": "^0.2.2",
42-
"@stdlib/math-base-assert-is-nan": "^0.2.1"
42+
"@stdlib/math-base-assert-is-nan": "^0.2.2"
4343
},
4444
"devDependencies": {
45-
"@stdlib/constants-float64-eps": "^0.2.1",
46-
"@stdlib/constants-float64-ninf": "^0.2.1",
47-
"@stdlib/constants-float64-pinf": "^0.2.1",
48-
"@stdlib/math-base-special-abs": "^0.2.1",
45+
"@stdlib/constants-float64-eps": "^0.2.2",
46+
"@stdlib/constants-float64-ninf": "^0.2.2",
47+
"@stdlib/constants-float64-pinf": "^0.2.2",
48+
"@stdlib/math-base-special-abs": "^0.2.2",
4949
"@stdlib/random-base-randu": "^0.2.1",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",
5252
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
53-
"@stdlib/bench-harness": "^0.2.1"
53+
"@stdlib/bench-harness": "^0.2.2"
5454
},
5555
"engines": {
5656
"node": ">=0.10.0",

0 commit comments

Comments
 (0)