From 7c17fb499803b2c66363fd0ab26edb27fd058405 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 21 Jul 2024 01:49:01 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 6 ++++-- package.json | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d06073..96a5637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-18) +## Unreleased (2024-07-21)
@@ -22,6 +22,7 @@
+- [`ead1c3b`](https://github.com/stdlib-js/stdlib/commit/ead1c3b780527d8068d9c076e85688be94d53775) - **chore:** update package meta data [(#2640)](https://github.com/stdlib-js/stdlib/pull/2640) _(by stdlib-bot, Athan Reines)_ - [`d4db8a9`](https://github.com/stdlib-js/stdlib/commit/d4db8a93b0c93cb3392b59ee031ce188399b90a5) - **feat:** add C implementation for `math/base/special/ceil10` [(##2626)](#2626) _(by Gunj Joshi)_
@@ -34,8 +35,9 @@ ### Contributors -A total of 1 person contributed to this release. Thank you to this contributor: +A total of 2 people contributed to this release. Thank you to the following contributors: +- Athan Reines - Gunj Joshi
diff --git a/package.json b/package.json index eb41a76..3e2d308 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": false, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types",