From 0bc6908e6baae4aa1f6f8b80b5201d8f33c5e5b1 Mon Sep 17 00:00:00 2001 From: Leo4815162342 Date: Sun, 12 Jan 2025 21:39:49 +0100 Subject: [PATCH] chore(release): 1.42.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ccf50..c56df21 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.42.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.41.0...v1.42.0) (2025-01-12) + + +### Features + +* new instruments jan 2025 ([#203](https://github.com/Leo4815162342/dukascopy-node/issues/203)) ([251ad85](https://github.com/Leo4815162342/dukascopy-node/commit/251ad85df215c5085532bd420eee955cca184f88)) + ## [1.41.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.40.0...v1.41.0) (2024-11-28) diff --git a/package.json b/package.json index bb01788..ff9a1b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukascopy-node", - "version": "1.41.0", + "version": "1.42.0", "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",