From f51f27fc68b003e078dda187ec095d1d63f1e3df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 16:21:34 +0000 Subject: [PATCH] chore(release): 2.12.1 [skip ci] ## [2.12.1](https://github.com/gadicc/node-yahoo-finance2/compare/v2.12.0...v2.12.1) (2024-09-16) ### Bug Fixes * **historical:** re-add / adapt old null row filter ([63c4498](https://github.com/gadicc/node-yahoo-finance2/commit/63c449894e50a2803ef40dd0bd100f1fbb6965cc)) * **options:** fix default log.warn() to use console.warn not .error ([4693dbb](https://github.com/gadicc/node-yahoo-finance2/commit/4693dbb8241363614608383b2fc6794e8867e8ad)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3163ccd9..81ba2e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.12.1](https://github.com/gadicc/node-yahoo-finance2/compare/v2.12.0...v2.12.1) (2024-09-16) + + +### Bug Fixes + +* **historical:** re-add / adapt old null row filter ([63c4498](https://github.com/gadicc/node-yahoo-finance2/commit/63c449894e50a2803ef40dd0bd100f1fbb6965cc)) +* **options:** fix default log.warn() to use console.warn not .error ([4693dbb](https://github.com/gadicc/node-yahoo-finance2/commit/4693dbb8241363614608383b2fc6794e8867e8ad)) + # [2.12.0](https://github.com/gadicc/node-yahoo-finance2/compare/v2.11.3...v2.12.0) (2024-09-16)