From e04a9e4aa34bbfd3b6ead9909812d83870aad2ff Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <adhisimon@gmail.com> Date: Wed, 9 Feb 2022 15:04:13 +0700 Subject: [PATCH] 2.2.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5afb57..2938860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.2.3](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/compare/v2.2.2...v2.2.3) + +- Bump to komodo-sdk@1.44.4 and komodo-sdk-push-trx@0.1.16 [`40e0e17`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/40e0e17c9751d9ddb79d03966b7844c01091515e) +- Bump to komodo-sdk-push-trx@0.1.18 [`23a8549`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/23a85498dd2f835481d15302a97a0d351463066b) +- Change repo url to https [`38014f8`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/38014f8a9d31c83846886bd5130e19a7bd7cd5a6) + #### [v2.2.2](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/compare/v2.2.1...v2.2.2) +> 8 February 2022 + - Add pending on last digit of destination is 0 [`e816983`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/e81698329765bf70dffb2c8db9b2f15190e38920) #### [v2.2.1](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/compare/v2.2.0...v2.2.1) diff --git a/package-lock.json b/package-lock.json index 658fd94..8e17eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "komodo-gw-oddeven2", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "komodo-gw-oddeven2", - "version": "2.2.2", + "version": "2.2.3", "license": "ISC", "dependencies": { "komodo-sdk": "^1.44.4", diff --git a/package.json b/package.json index 12a6dff..a4a2b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "komodo-gw-oddeven2", - "version": "2.2.2", + "version": "2.2.3", "description": "Komodo Dummy Gateway", "main": "index.js", "scripts": { -- 1.9.0