From e6b7c7999c6145dc64a4da749abfc8a642cd2f81 Mon Sep 17 00:00:00 2001 From: Leo4815162342 Date: Wed, 6 Sep 2023 20:49:05 +0200 Subject: [PATCH] chore(release): 1.36.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0a418..9ae6772 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.36.1](https://github.com/Leo4815162342/dukascopy-node/compare/v1.36.0...v1.36.1) (2023-09-06) + + +### Bug Fixes + +* **cli:** custom file name extension ([#159](https://github.com/Leo4815162342/dukascopy-node/issues/159)) ([5509957](https://github.com/Leo4815162342/dukascopy-node/commit/55099573149f35e4905250b64aff1ddc4d7ee8af)) + ## [1.36.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.35.1...v1.36.0) (2023-09-06) diff --git a/package.json b/package.json index d4b3daa..a982bf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.36.0", + "version": "1.36.1", "description": "Node.js library for downloading historical market tick data for for Crypto, Stocks, ETFs, CFDs, Forex", "main": "dist/index.js", "module": "dist/esm/index.js",