diff --git a/CHANGELOG.md b/CHANGELOG.md index 08958dd..94dc072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-18) +## Unreleased (2024-09-28)
@@ -12,6 +12,7 @@
+- [`975147f`](https://github.com/stdlib-js/stdlib/commit/975147f3125c786ec1672acb3d2564ca16eaa790) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_ - [`20dea8a`](https://github.com/stdlib-js/stdlib/commit/20dea8af2b14181aa75354f7e3aeb65b955904b9) - **docs:** remove extraneous newline _(by Athan Reines)_
@@ -24,9 +25,10 @@ ### 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 +- Philipp Burckhardt
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 147a89e..e7469a9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,6 +21,7 @@ Christopher Dambamuromo Dan Rose Daniel Killenberger Daniel Yu <40680511+Daniel777y@users.noreply.github.com> +Debashis Maharana Dominik Moritz Dorrin Sotoudeh EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com> @@ -99,6 +100,7 @@ Xiaochuan Ye Yernar Yergaziyev naveen nishant-s7 <97207366+nishant-s7@users.noreply.github.com> +olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com> orimiles5 <97595296+orimiles5@users.noreply.github.com> rainn <88160429+AmCodesLame@users.noreply.github.com> rei2hu diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index dca041f..61e446b 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -874,7 +874,7 @@ declare function accessors( x: Array ): GenericAccessorObject * '2': 3, * '4': 4, * 'length': 4 - }; +* }; * var obj = accessors( x ); * // returns {...} *