Skip to content

Commit

Permalink
chore(release): 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.7.0](v2.6.0...v2.7.0) (2023-09-18)

### Bug Fixes

* **chart:** belatedly promote to stable ("chart" vs "_chart") ([28ba479](28ba479))
* **deps:** update dependency @types/tough-cookie to v4.0.3 ([#673](#673)) ([625acc0](625acc0))
* **getCrumb:** rely on cookie expiry time exclusively ([178e122](178e122))
* **getCrumb:** store crumb in cookie store too ([#670](#670)) ([81031e8](81031e8))
* **getCrumb:** use logger.debug vs console.log ([bb1c06c](bb1c06c))
* **schema:** options / cookieJar ([#670](#670)) ([4d658bf](4d658bf))
* **schema:** options / cookieJar ([#670](#670)) ([f65f69c](f65f69c))
* **schema:** skip function types (not in js-schema), related fixes ([b772399](b772399))
* **schema:** update (rename _chart to chart) ([fd30770](fd30770))

### Features

* **cli:** add guidance to use CLI with submodules ([#626](#626)) ([7d08bb1](7d08bb1))
* **cli:** use a file-cookie-store ([#670](#670)) ([e2239b4](e2239b4))
* Customisable logging ([8ed81ae](8ed81ae))
* **getCrumb:** ability to specify custom cookie jar / store ([#670](#670)) ([6390a80](6390a80))
* **getCrumb:** ability to specify custom cookie jar / store ([#670](#670)) ([b298844](b298844))
  • Loading branch information
semantic-release-bot authored and gadicc committed Sep 18, 2023
1 parent 6e99d8a commit e093689
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [2.7.0](https://github.com/gadicc/node-yahoo-finance2/compare/v2.6.0...v2.7.0) (2023-09-18)


### Bug Fixes

* **chart:** belatedly promote to stable ("chart" vs "_chart") ([28ba479](https://github.com/gadicc/node-yahoo-finance2/commit/28ba479ecb8de02e4faa21ffcd9dc0b446981d04))
* **deps:** update dependency @types/tough-cookie to v4.0.3 ([#673](https://github.com/gadicc/node-yahoo-finance2/issues/673)) ([625acc0](https://github.com/gadicc/node-yahoo-finance2/commit/625acc044e5eb41a010d26c37e2c6ef733f120cf))
* **getCrumb:** rely on cookie expiry time exclusively ([178e122](https://github.com/gadicc/node-yahoo-finance2/commit/178e122a9656b2ca548611a3c95cdfd247802c05))
* **getCrumb:** store crumb in cookie store too ([#670](https://github.com/gadicc/node-yahoo-finance2/issues/670)) ([81031e8](https://github.com/gadicc/node-yahoo-finance2/commit/81031e8510ee36551c353391952148d3485a6a73))
* **getCrumb:** use logger.debug vs console.log ([bb1c06c](https://github.com/gadicc/node-yahoo-finance2/commit/bb1c06c0ea3d7af1f5869f6ec92db8d04b187810))
* **schema:** options / cookieJar ([#670](https://github.com/gadicc/node-yahoo-finance2/issues/670)) ([4d658bf](https://github.com/gadicc/node-yahoo-finance2/commit/4d658bf9eaec8a779a0255451dde991aa0c62510))
* **schema:** options / cookieJar ([#670](https://github.com/gadicc/node-yahoo-finance2/issues/670)) ([f65f69c](https://github.com/gadicc/node-yahoo-finance2/commit/f65f69c30fabad5afd92d549bcbe6660c2755e9e))
* **schema:** skip function types (not in js-schema), related fixes ([b772399](https://github.com/gadicc/node-yahoo-finance2/commit/b7723992a0cb20464d3c29c68b5ac675a62fbcd3))
* **schema:** update (rename _chart to chart) ([fd30770](https://github.com/gadicc/node-yahoo-finance2/commit/fd3077080f45d0eb26abcdd6b3db2b7b25db2a96))


### Features

* **cli:** add guidance to use CLI with submodules ([#626](https://github.com/gadicc/node-yahoo-finance2/issues/626)) ([7d08bb1](https://github.com/gadicc/node-yahoo-finance2/commit/7d08bb10210b9b1a5dd69de72a455e05a59d76aa))
* **cli:** use a file-cookie-store ([#670](https://github.com/gadicc/node-yahoo-finance2/issues/670)) ([e2239b4](https://github.com/gadicc/node-yahoo-finance2/commit/e2239b45e93b171a29d5fd94b0452bcefbeb6d83))
* Customisable logging ([8ed81ae](https://github.com/gadicc/node-yahoo-finance2/commit/8ed81ae10d9d84c5222d25ad54189b448d058130))
* **getCrumb:** ability to specify custom cookie jar / store ([#670](https://github.com/gadicc/node-yahoo-finance2/issues/670)) ([6390a80](https://github.com/gadicc/node-yahoo-finance2/commit/6390a80c8d5330aab414eaa8fd7a8b788893eb4c))
* **getCrumb:** ability to specify custom cookie jar / store ([#670](https://github.com/gadicc/node-yahoo-finance2/issues/670)) ([b298844](https://github.com/gadicc/node-yahoo-finance2/commit/b298844f2fdd848e18473261e4d9cf4666ee5f30))

# [2.6.0](https://github.com/gadicc/node-yahoo-finance2/compare/v2.5.0...v2.6.0) (2023-09-15)


Expand Down

0 comments on commit e093689

Please sign in to comment.