From 9b364a92b0abc98c52976d120b87da1cbe61b464 Mon Sep 17 00:00:00 2001 From: Leo4815162342 Date: Wed, 19 Jun 2024 16:59:08 +0200 Subject: [PATCH] chore(release): 1.39.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee84684..935dc61 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.39.2](https://github.com/Leo4815162342/dukascopy-node/compare/v1.39.1...v1.39.2) (2024-06-19) + + +### Bug Fixes + +* restore metadata ([#182](https://github.com/Leo4815162342/dukascopy-node/issues/182)) ([ca64a92](https://github.com/Leo4815162342/dukascopy-node/commit/ca64a92a5b120896d744ebe481618289ab43ca14)) + ### [1.39.1](https://github.com/Leo4815162342/dukascopy-node/compare/v1.39.0...v1.39.1) (2024-06-19) diff --git a/package.json b/package.json index a13d095..9ec6598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.39.1", + "version": "1.39.2", "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",