diff --git a/CHANGELOG.md b/CHANGELOG.md index d148261..b3cac33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-17) +## Unreleased (2024-09-20)
@@ -12,6 +12,7 @@
+- [`7e366ae`](https://github.com/stdlib-js/stdlib/commit/7e366ae8bd41439be0e99e958d1c3fbb1b7dd0c2) - **chore:** update package.json descriptions _(by Philipp Burckhardt)_ - [`ed44fee`](https://github.com/stdlib-js/stdlib/commit/ed44feecb9eaa5e0849d1a533e5415624d0aa338) - **style:** use imperative in package.json description and end with period _(by Philipp Burckhardt)_ - [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_ - [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_ diff --git a/package.json b/package.json index 7a3883a..ead0da5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stdlib/blas-ext-base-dapxsumors", "version": "0.2.2", - "description": "Add a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.", + "description": "Add a constant to each double-precision floating-point strided array element and compute the sum using ordinary recursive summation.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors",