From 3330cc0b883d7b2f776db210005297204865b6fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Feb 2024 13:06:16 +0000 Subject: [PATCH] chore(release): 2.9.1 [skip ci] ## [2.9.1](https://github.com/gadicc/node-yahoo-finance2/compare/v2.9.0...v2.9.1) (2024-02-05) ### Bug Fixes * **options:** add { needsCrumb: true } (fixes [#736](https://github.com/gadicc/node-yahoo-finance2/issues/736)) ([79e33d9](https://github.com/gadicc/node-yahoo-finance2/commit/79e33d936fc2401d431e8f0e366a389dccd25903)) * **quoteSummary:** allow totalOtherIncomeExpenseNet null (fixes [#734](https://github.com/gadicc/node-yahoo-finance2/issues/734)) ([1d0d48e](https://github.com/gadicc/node-yahoo-finance2/commit/1d0d48e3d5c1592d73676a4a05bfb0eedcaeb01a)) * **quoteSummary:** moduleName s/search/quoteSummary/ fix ([bf58aa8](https://github.com/gadicc/node-yahoo-finance2/commit/bf58aa8632b1d3c3a2be3f85f7dde78fdc44cf92)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa70e9e5..28fff94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.9.1](https://github.com/gadicc/node-yahoo-finance2/compare/v2.9.0...v2.9.1) (2024-02-05) + + +### Bug Fixes + +* **options:** add { needsCrumb: true } (fixes [#736](https://github.com/gadicc/node-yahoo-finance2/issues/736)) ([79e33d9](https://github.com/gadicc/node-yahoo-finance2/commit/79e33d936fc2401d431e8f0e366a389dccd25903)) +* **quoteSummary:** allow totalOtherIncomeExpenseNet null (fixes [#734](https://github.com/gadicc/node-yahoo-finance2/issues/734)) ([1d0d48e](https://github.com/gadicc/node-yahoo-finance2/commit/1d0d48e3d5c1592d73676a4a05bfb0eedcaeb01a)) +* **quoteSummary:** moduleName s/search/quoteSummary/ fix ([bf58aa8](https://github.com/gadicc/node-yahoo-finance2/commit/bf58aa8632b1d3c3a2be3f85f7dde78fdc44cf92)) + # [2.9.0](https://github.com/gadicc/node-yahoo-finance2/compare/v2.8.1...v2.9.0) (2023-11-20)