diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b9cab6..dc5c4a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.4.3](https://github.com/gadicc/node-yahoo-finance2/compare/v2.4.2...v2.4.3) (2023-07-24) + + +### Bug Fixes + +* **deps:** update dependency node-fetch to v2.6.12 ([adbd93f](https://github.com/gadicc/node-yahoo-finance2/commit/adbd93ffb1a2c1f04523ce5bb523f19c2f836514)) +* **deps:** update dependency tough-cookie to v4.1.3 ([aa4d087](https://github.com/gadicc/node-yahoo-finance2/commit/aa4d0874e5a26b47fcbfb0a38d3cd6b5f8654a0c)) +* **fixDevel:** send real request with full URL with crumb ([2911f36](https://github.com/gadicc/node-yahoo-finance2/commit/2911f36146bd1b59490f653b6728c85a9f28d79c)) +* **quoteSummary:** schema: optional {stock,bond}Position (fixes [#639](https://github.com/gadicc/node-yahoo-finance2/issues/639)) ([cd63b48](https://github.com/gadicc/node-yahoo-finance2/commit/cd63b481f8f4b90c48d1706de6e19d86cecee12c)) + ## [2.4.2](https://github.com/gadicc/node-yahoo-finance2/compare/v2.4.1...v2.4.2) (2023-07-14)