From 7d40d343840f266b69cea1cc4b02e548a936602b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 18 Aug 2024 03:18:59 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 5 +++-- README.md | 4 ++-- base/special/besselj0/package.json | 1 + base/special/besselj1/package.json | 1 + base/special/bessely0/package.json | 1 + base/special/gamma-delta-ratio/package.json | 1 + 6 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c26b9566..1d0a3492a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ > Package changelog. -
+
-## 0.3.0 (2024-08-17) +## Unreleased (2024-08-18)
@@ -5973,6 +5973,7 @@ A total of 24 people contributed to this release. Thank you to the following con
+- [`09853ce`](https://github.com/stdlib-js/stdlib/commit/09853ce60a535feb4a8f45620dc557cddda38fba) - **chore:** update package meta data [(#2807)](https://github.com/stdlib-js/stdlib/pull/2807) _(by stdlib-bot, Athan Reines)_ - [`6a3b3d7`](https://github.com/stdlib-js/stdlib/commit/6a3b3d731ca697a62e3d58900e1b6cb06e7667dd) - **chore:** update directories meta data _(by Athan Reines)_ - [`aaf0c58`](https://github.com/stdlib-js/stdlib/commit/aaf0c5825f2be45af9025e09c60cc4a1de559152) - **feat:** add C implementation for `math/base/special/bessely0` [(#2780)](https://github.com/stdlib-js/stdlib/pull/2780) _(by Gunj Joshi)_ - [`0ae49fb`](https://github.com/stdlib-js/stdlib/commit/0ae49fba6e79599a4b8b1be464a7570a3c7f6d83) - **feat:** fix function name and update docs [(#2777)](https://github.com/stdlib-js/stdlib/pull/2777) _(by Gunj Joshi)_ diff --git a/README.md b/README.md index e3a2e744f..4df84bea8 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math.svg [npm-url]: https://npmjs.org/package/@stdlib/math -[test-image]: https://github.com/stdlib-js/math/actions/workflows/test.yml/badge.svg?branch=v0.5.0 -[test-url]: https://github.com/stdlib-js/math/actions/workflows/test.yml?query=branch:v0.5.0 +[test-image]: https://github.com/stdlib-js/math/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math?branch=main diff --git a/base/special/besselj0/package.json b/base/special/besselj0/package.json index 6e2990940..4d83b6014 100644 --- a/base/special/besselj0/package.json +++ b/base/special/besselj0/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", diff --git a/base/special/besselj1/package.json b/base/special/besselj1/package.json index b8ab5481a..45436d355 100644 --- a/base/special/besselj1/package.json +++ b/base/special/besselj1/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", diff --git a/base/special/bessely0/package.json b/base/special/bessely0/package.json index d1e0962ed..1ddd4b136 100644 --- a/base/special/bessely0/package.json +++ b/base/special/bessely0/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", diff --git a/base/special/gamma-delta-ratio/package.json b/base/special/gamma-delta-ratio/package.json index 7890a13f9..30e4fb931 100644 --- a/base/special/gamma-delta-ratio/package.json +++ b/base/special/gamma-delta-ratio/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs",