Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 18, 2024
1 parent cdbcc58 commit fd2f038
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ This release closes the following issue:

##### Bug Fixes

- [`abcf36e`](https://github.com/stdlib-js/stdlib/commit/abcf36e4c2ff11c808a22217d4d6ebb506f0df1d) - remove extra slash from dependency in `manifest.json`
- [`6125c3c`](https://github.com/stdlib-js/stdlib/commit/6125c3c1f8b8e2902f505844ce5e83ba7c745f9c) - leverage symmetry to avoid infinite recursion

</section>
Expand Down Expand Up @@ -5973,6 +5974,7 @@ A total of 24 people contributed to this release. Thank you to the following con

<details>

- [`abcf36e`](https://github.com/stdlib-js/stdlib/commit/abcf36e4c2ff11c808a22217d4d6ebb506f0df1d) - **fix:** remove extra slash from dependency in `manifest.json` _(by Philipp Burckhardt)_
- [`588c4b4`](https://github.com/stdlib-js/stdlib/commit/588c4b4156c4efee6a90b34b329c39f3c8f4a9d6) - **docs:** update function description in `math/base/special/log` _(by Gunj Joshi, Philipp Burckhardt)_
- [`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)_
Expand Down
6 changes: 3 additions & 3 deletions base/special/binomcoef/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@stdlib/math/base/special/floor",
"@stdlib/math/base/special/gcd",
"@stdlib/constants/float64/pinf",
"@stdlib//constants/float64/max-safe-integer"
"@stdlib/constants/float64/max-safe-integer"
]
},
{
Expand All @@ -61,7 +61,7 @@
"@stdlib/math/base/special/floor",
"@stdlib/math/base/special/gcd",
"@stdlib/constants/float64/pinf",
"@stdlib//constants/float64/max-safe-integer"
"@stdlib/constants/float64/max-safe-integer"
]
},
{
Expand All @@ -80,7 +80,7 @@
"@stdlib/math/base/special/floor",
"@stdlib/math/base/special/gcd",
"@stdlib/constants/float64/pinf",
"@stdlib//constants/float64/max-safe-integer"
"@stdlib/constants/float64/max-safe-integer"
]
}
]
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/": "github:stdlib-js/#main",
"@stdlib/array": "github:stdlib-js/array#main",
"@stdlib/assert": "github:stdlib-js/assert#main",
"@stdlib/complex": "github:stdlib-js/complex#main",
Expand Down

0 comments on commit fd2f038

Please sign in to comment.