From 34402ccb3d988abb0bd55ec06bbc4d114a551ac1 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 01:53:57 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .gitignore | 2 ++ CHANGELOG.md | 81 ++++++++++++---------------------------------- README.md | 4 +-- package.json | 4 +-- 5 files changed, 28 insertions(+), 64 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..828b2af --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T01:53:54.629Z diff --git a/.gitignore b/.gitignore index 49b206b..4fdc97c 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,8 @@ docs/**/node_modules/ pids *.pid *.seed +yarn.lock +package-lock.json # Typescript # ############## diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc0a95..aadd37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,29 +2,9 @@ > Package changelog. -
- -## 0.2.2 (2024-07-27) - -No changes reported for this release. - -
- - - -
- -## 0.2.1 (2024-02-22) - -No changes reported for this release. +
-
- - - -
- -## 0.2.0 (2024-02-14) +## Unreleased (2024-08-01)
@@ -32,7 +12,7 @@ No changes reported for this release.
-- [`46d049b`](https://github.com/stdlib-js/stdlib/commit/46d049b5d38f9ef6e426d6a517ac8925c94d7642) - **build:** replace tslint directive _(by Philipp Burckhardt)_ +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -46,7 +26,7 @@ No changes reported for this release. A total of 1 person contributed to this release. Thank you to this contributor: -- Philipp Burckhardt +- Athan Reines
@@ -56,9 +36,9 @@ A total of 1 person contributed to this release. Thank you to this contributor: -
+
-## 0.1.1 (2023-10-04) +## 0.2.2 (2024-07-27) No changes reported for this release. @@ -66,60 +46,41 @@ No changes reported for this release. -
- -## 0.1.0 (2023-09-23) - -
+
-### Features +## 0.2.1 (2024-02-22) -- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1) - update minimum TypeScript version +No changes reported for this release.
- - -
+ -### BREAKING CHANGES +
-- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1): update minimum TypeScript version -- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1): update minimum TypeScript version to 4.1 +## 0.2.0 (2024-02-14) - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- - -
- -### Commits + -
+
-- [`56e6edf`](https://github.com/stdlib-js/stdlib/commit/56e6edfcdf0dda1a348a92a67378729861cf24e1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ -- [`0f7b23e`](https://github.com/stdlib-js/stdlib/commit/0f7b23ef72389956902bcceb4fc54d9d9b74d681) - **build:** harmonize location for packages with and without deps _(by Philipp Burckhardt)_ -- [`11b2b38`](https://github.com/stdlib-js/stdlib/commit/11b2b3850a34ffa1637b5efed3f83e3211fbb5c4) - **test:** use strictEqual checks _(by Philipp Burckhardt)_ +## 0.1.1 (2023-10-04) -
+No changes reported for this release.
- - -
- -### Contributors - -A total of 1 person contributed to this release. Thank you to this contributor: + -- Philipp Burckhardt +
-
+## 0.1.0 (2023-09-23) - +No changes reported for this release.
diff --git a/README.md b/README.md index ea56530..0be3449 100644 --- a/README.md +++ b/README.md @@ -203,8 +203,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/constants-float32-smallest-normal.svg [npm-url]: https://npmjs.org/package/@stdlib/constants-float32-smallest-normal -[test-image]: https://github.com/stdlib-js/constants-float32-smallest-normal/actions/workflows/test.yml/badge.svg?branch=v0.2.2 -[test-url]: https://github.com/stdlib-js/constants-float32-smallest-normal/actions/workflows/test.yml?query=branch:v0.2.2 +[test-image]: https://github.com/stdlib-js/constants-float32-smallest-normal/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/constants-float32-smallest-normal/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float32-smallest-normal/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/constants-float32-smallest-normal?branch=main diff --git a/package.json b/package.json index 181a3bf..438d0fb 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/utils-library-manifest": "^0.2.1" + "@stdlib/utils-library-manifest": "^0.2.2" }, "devDependencies": { - "@stdlib/math-base-special-pow": "^0.2.1", + "@stdlib/math-base-special-pow": "^0.3.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git"