diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7120190..9823e892a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-06-15) +## Unreleased (2024-06-16)
@@ -4557,13 +4557,14 @@ A total of 28 issues were closed in this release: ### Contributors -A total of 27 people contributed to this release. Thank you to the following contributors: +A total of 28 people contributed to this release. Thank you to the following contributors: - Adarsh Palaskar - Aman Bhansali - Athan Reines - Athan Reines - Athan Reines +- Athan Reines - Ayaka - Daniel Yu - EuniceSim142 @@ -4597,6 +4598,7 @@ A total of 27 people contributed to this release. Thank you to the following con
+- [`11c882d`](https://github.com/stdlib-js/stdlib/commit/11c882dcc261abe6a898a3061b45af7f0d4a41cd) - **chore:** update package meta data [(##2379)](#2379) _(by stdlib-bot, Athan Reines)_ - [`7b85db8`](https://github.com/stdlib-js/stdlib/commit/7b85db803f6a6bce2999bfe8b2513edb08e15a67) - **feat:** add C implementation for `math/base/special/covercos` [(##2377)](#2377) _(by Gunj Joshi)_ - [`e7938d9`](https://github.com/stdlib-js/stdlib/commit/e7938d964046b7a61dbc89d23f39daebf4545a47) - **feat:** add C implementation for `math/base/special/cscd` [(##2378)](#2378) _(by Gunj Joshi)_ - [`8304a04`](https://github.com/stdlib-js/stdlib/commit/8304a041c10450a797c64c2fffafc6b0e4bd1a04) - **feat:** add C implementation for `math/base/special/cot` _(by Gunj Joshi, Philipp Burckhardt)_ diff --git a/base/special/cos/package.json b/base/special/cos/package.json index 036049802..5ba63a762 100644 --- a/base/special/cos/package.json +++ b/base/special/cos/package.json @@ -14,12 +14,15 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", "scripts": "./scripts", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/cot/package.json b/base/special/cot/package.json index ea28623e0..2879213ff 100644 --- a/base/special/cot/package.json +++ b/base/special/cot/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/covercos/package.json b/base/special/covercos/package.json index 490430440..d12251d46 100644 --- a/base/special/covercos/package.json +++ b/base/special/covercos/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/coversin/package.json b/base/special/coversin/package.json index 4761e2a77..2046ab9e3 100644 --- a/base/special/coversin/package.json +++ b/base/special/coversin/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/csc/package.json b/base/special/csc/package.json index 226920313..f851b294b 100644 --- a/base/special/csc/package.json +++ b/base/special/csc/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/cscd/package.json b/base/special/cscd/package.json index 5ef7f520c..7f43ea8a5 100644 --- a/base/special/cscd/package.json +++ b/base/special/cscd/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/nanmax/package.json b/base/special/nanmax/package.json index b11a4535a..73157abe7 100644 --- a/base/special/nanmax/package.json +++ b/base/special/nanmax/package.json @@ -16,10 +16,10 @@ "main": "./lib", "directories": { "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" + "doc": "./docs", + "example": "./examples", + "lib": "./lib", + "test": "./test" }, "types": "./docs/types", "scripts": {}, diff --git a/base/special/nanmin/package.json b/base/special/nanmin/package.json index 53408a68f..752ee9d9b 100644 --- a/base/special/nanmin/package.json +++ b/base/special/nanmin/package.json @@ -16,10 +16,10 @@ "main": "./lib", "directories": { "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" + "doc": "./docs", + "example": "./examples", + "lib": "./lib", + "test": "./test" }, "types": "./docs/types", "scripts": {}, diff --git a/base/special/rempio2/package.json b/base/special/rempio2/package.json index 8edafefb7..5e5ac0a6d 100644 --- a/base/special/rempio2/package.json +++ b/base/special/rempio2/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/sin/package.json b/base/special/sin/package.json index 4ffcd9b64..c407ebd52 100644 --- a/base/special/sin/package.json +++ b/base/special/sin/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/base/special/tan/package.json b/base/special/tan/package.json index 6444b4ad8..5eeed3f13 100644 --- a/base/special/tan/package.json +++ b/base/special/tan/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types",