Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 1, 2024
1 parent 63dc7ab commit 4e9899c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 63 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-08-01T06:06:01.642Z
79 changes: 19 additions & 60 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,17 @@

> Package changelog.
<section class="release" id="v0.2.2">

## 0.2.2 (2024-07-29)

No changes reported for this release.

</section>
<section class="release" id="unreleased">

<!-- /.release -->

<section class="release" id="v0.2.1">

## 0.2.1 (2024-02-25)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.0">

## 0.2.0 (2024-02-15)
## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

- [`afa953b`](https://github.com/stdlib-js/stdlib/commit/afa953bde057e396e614ea35b7a32fd5b77479ea) - **docs:** update related packages sections [(#1281)](https://github.com/stdlib-js/stdlib/pull/1281) _(by stdlib-bot)_
- [`9bf0264`](https://github.com/stdlib-js/stdlib/commit/9bf0264916ada46b9eb2eedc0747d918c9097585) - **docs:** fix example _(by Athan Reines)_
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_

</details>

Expand All @@ -46,10 +24,9 @@ No changes reported for this release.

### Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:
A total of 1 person contributed to this release. Thank you to this contributor:

- Athan Reines
- Philipp Burckhardt

</section>

Expand All @@ -59,59 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont

<!-- /.release -->

<section class="release" id="v0.1.0">

## 0.1.0 (2023-09-24)

<section class="features">
<section class="release" id="v0.2.2">

### Features
## 0.2.2 (2024-07-29)

- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - update minimum TypeScript version
No changes reported for this release.

</section>

<!-- /.features -->

<section class="breaking-changes">
<!-- /.release -->

### BREAKING CHANGES
<section class="release" id="v0.2.1">

- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version
- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7): update minimum TypeScript version to 4.1
## 0.2.1 (2024-02-25)

- To migrate, users should upgrade their TypeScript version to at least version 4.1.
No changes reported for this release.

</section>

<!-- /.breaking-changes -->

<section class="commits">

### Commits
<!-- /.release -->

<details>
<section class="release" id="v0.2.0">

- [`ca91187`](https://github.com/stdlib-js/stdlib/commit/ca9118749c1e8f3ad1f722ef69e3dc602e57b6c7) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
- [`55866ea`](https://github.com/stdlib-js/stdlib/commit/55866ea8ef1282528b839fd9ce9c43c6a80056f8) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
## 0.2.0 (2024-02-15)

</details>
No changes reported for this release.

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:
<!-- /.release -->

- Philipp Burckhardt
<section class="release" id="v0.1.0">

</section>
## 0.1.0 (2023-09-24)

<!-- /.contributors -->
No changes reported for this release.

</section>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-fligner-test.svg
[npm-url]: https://npmjs.org/package/@stdlib/stats-fligner-test

[test-image]: https://github.com/stdlib-js/stats-fligner-test/actions/workflows/test.yml/badge.svg?branch=v0.2.2
[test-url]: https://github.com/stdlib-js/stats-fligner-test/actions/workflows/test.yml?query=branch:v0.2.2
[test-image]: https://github.com/stdlib-js/stats-fligner-test/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/stats-fligner-test/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-fligner-test/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/stats-fligner-test?branch=main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@stdlib/string-format": "^0.2.2",
"@stdlib/types": "^0.3.2",
"@stdlib/utils-define-read-only-property": "^0.2.2",
"@stdlib/utils-group": "^0.2.1",
"@stdlib/utils-group": "^0.2.2",
"@stdlib/utils-index-of": "^0.2.2",
"@stdlib/utils-keys": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
Expand Down

0 comments on commit 4e9899c

Please sign in to comment.