From 49b97cac3d202712f35cd415e7389b53cbc09f13 Mon Sep 17 00:00:00 2001 From: Leo4815162342 Date: Mon, 9 May 2022 13:29:58 +0200 Subject: [PATCH] chore(release): 1.19.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de00cfc..d25b79df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.19.1](https://github.com/Leo4815162342/dukascopy-node/compare/v1.19.0...v1.19.1) (2022-05-09) + ## [1.19.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.18.0...v1.19.0) (2022-05-05) diff --git a/package.json b/package.json index c0030cd9..69e8a9d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.19.0", + "version": "1.19.1", "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",