From 8ff716c8a3125718eb3e2382e0417c79a54bb761 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Sep 2024 11:45:24 +0000 Subject: [PATCH] chore(release): 2.12.3 [skip ci] ## [2.12.3](https://github.com/gadicc/node-yahoo-finance2/compare/v2.12.2...v2.12.3) (2024-09-18) ### Bug Fixes * **chart,options:** fix types after last commit ([#797](https://github.com/gadicc/node-yahoo-finance2/issues/797)) ([27150e6](https://github.com/gadicc/node-yahoo-finance2/commit/27150e62c99389809ce8670841f9d61faef33bf9)) * **historical:** add missing types, colocate types with schema ([#797](https://github.com/gadicc/node-yahoo-finance2/issues/797)) ([5ca349e](https://github.com/gadicc/node-yahoo-finance2/commit/5ca349e4cb924eae5b042641358232f699085095)) * **types:** use StaticDecode vs Static to infer types ([#797](https://github.com/gadicc/node-yahoo-finance2/issues/797)) ([696baf6](https://github.com/gadicc/node-yahoo-finance2/commit/696baf6acd0c83adcac5a48a868c91e128f14bbc)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43dd579a..ab70ae1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.12.3](https://github.com/gadicc/node-yahoo-finance2/compare/v2.12.2...v2.12.3) (2024-09-18) + + +### Bug Fixes + +* **chart,options:** fix types after last commit ([#797](https://github.com/gadicc/node-yahoo-finance2/issues/797)) ([27150e6](https://github.com/gadicc/node-yahoo-finance2/commit/27150e62c99389809ce8670841f9d61faef33bf9)) +* **historical:** add missing types, colocate types with schema ([#797](https://github.com/gadicc/node-yahoo-finance2/issues/797)) ([5ca349e](https://github.com/gadicc/node-yahoo-finance2/commit/5ca349e4cb924eae5b042641358232f699085095)) +* **types:** use StaticDecode vs Static to infer types ([#797](https://github.com/gadicc/node-yahoo-finance2/issues/797)) ([696baf6](https://github.com/gadicc/node-yahoo-finance2/commit/696baf6acd0c83adcac5a48a868c91e128f14bbc)) + ## [2.12.2](https://github.com/gadicc/node-yahoo-finance2/compare/v2.12.1...v2.12.2) (2024-09-17)