From 06a790b42824c7acaf166f2b16de04e895157944 Mon Sep 17 00:00:00 2001 From: Charles Hill Date: Thu, 28 Sep 2023 17:26:42 +0100 Subject: [PATCH] Version --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ba294..5d75cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* TBD: +* v1.2.0: * Added: anycoin, ibexmercado, okx * Removed: poloniex * Better handling of case where currency pair not supported diff --git a/package-lock.json b/package-lock.json index 3e2d115..d128659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "coin-rates", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d9ab309..f7ab847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coin-rates", - "version": "1.1.1", + "version": "1.2.0", "description": "Fetch currency exchange rate for coin/fiat currency pairs", "main": "index.js", "directories": {