diff --git a/CHANGELOG.md b/CHANGELOG.md index 35eea594..61befd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.22.2](https://github.com/Leo4815162342/dukascopy-node/compare/v1.22.1...v1.22.2) (2022-08-18) + + +### Bug Fixes + +* **cli:** proper file name when date out of bound ([#89](https://github.com/Leo4815162342/dukascopy-node/issues/89)) ([15d4cdf](https://github.com/Leo4815162342/dukascopy-node/commit/15d4cdf00f1fb867e2ac4d2f9b3658145eb5cff9)) + ### [1.22.1](https://github.com/Leo4815162342/dukascopy-node/compare/v1.22.0...v1.22.1) (2022-08-09) diff --git a/package.json b/package.json index 028b44d4..233c7099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.22.1", + "version": "1.22.2", "description": "Node.js library for downloading historical market tick data for 800+ different instruments (stocks, crypto, commodities, forex, etc.)", "main": "dist/index.js", "module": "dist/esm/index.js",