From 474b096c8922ebecdb3fe231c8998713ce69c7d3 Mon Sep 17 00:00:00 2001 From: Leo4815162342 Date: Wed, 3 Aug 2022 20:19:48 +0200 Subject: [PATCH] chore(release): 1.22.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f2cd6f..eb888093 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.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.21.0...v1.22.0) (2022-08-03) + + +### Features + +* new instruments (Aug 2022) ([#84](https://github.com/Leo4815162342/dukascopy-node/issues/84)) ([c07c158](https://github.com/Leo4815162342/dukascopy-node/commit/c07c15849b9869c631f0856e7b825878a132f951)) + ## [1.21.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.20.0...v1.21.0) (2022-05-29) diff --git a/package.json b/package.json index 92ba8653..88b816bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.21.0", + "version": "1.22.0", "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",