From 96a70b4bef87e52406e00e8184e00d4df5a8f960 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 12:20:25 +0000 Subject: [PATCH] chore(release): 2.13.2 [skip ci] ## [2.13.2](https://github.com/gadicc/node-yahoo-finance2/compare/v2.13.1...v2.13.2) (2024-10-04) ### Bug Fixes * **chart:** validate includePrePost:false, interval:1m (fixes [#812](https://github.com/gadicc/node-yahoo-finance2/issues/812)) ([b272c48](https://github.com/gadicc/node-yahoo-finance2/commit/b272c485d677b1394f9610e3978ea9861b4ad50b)) ### Reverts * Revert "chore(tests): temporarily disable getCrumb tests on CI" ([a234d60](https://github.com/gadicc/node-yahoo-finance2/commit/a234d60b7cb54c75bf9cd0be7808b8183280a65e)) * Revert "chore(tests): different approach for weird CI getCrumb test issue" ([d0fea98](https://github.com/gadicc/node-yahoo-finance2/commit/d0fea98eb29bd6f86abb309edc5d80b86c529db6)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7185a9c4..b5b7c89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [2.13.2](https://github.com/gadicc/node-yahoo-finance2/compare/v2.13.1...v2.13.2) (2024-10-04) + + +### Bug Fixes + +* **chart:** validate includePrePost:false, interval:1m (fixes [#812](https://github.com/gadicc/node-yahoo-finance2/issues/812)) ([b272c48](https://github.com/gadicc/node-yahoo-finance2/commit/b272c485d677b1394f9610e3978ea9861b4ad50b)) + + +### Reverts + +* Revert "chore(tests): temporarily disable getCrumb tests on CI" ([a234d60](https://github.com/gadicc/node-yahoo-finance2/commit/a234d60b7cb54c75bf9cd0be7808b8183280a65e)) +* Revert "chore(tests): different approach for weird CI getCrumb test issue" ([d0fea98](https://github.com/gadicc/node-yahoo-finance2/commit/d0fea98eb29bd6f86abb309edc5d80b86c529db6)) + ## [2.13.1](https://github.com/gadicc/node-yahoo-finance2/compare/v2.13.0...v2.13.1) (2024-10-02)