From 5057d2ba1c2660569207532752f27f2774b463ea Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <adhisimon@gmail.com> Date: Sat, 20 Nov 2021 11:31:16 +0700 Subject: [PATCH] 1.0.12 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50adb25..796b55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v1.0.12](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.10...v1.0.12) + +- Refresh npm i [`2a3b3b7`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/2a3b3b71c9aa525f3ab1202ea0bb2dc9c126ec25) +- Add requester ip on incoming callback log [`795261f`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/795261f4233f87d8b9310a079a2ef76255ba5d33) + #### [v1.0.10](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.9...v1.0.10) +> 22 August 2021 + - Bump to komodo-sdk@1.40.7 [`08c5c97`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/08c5c972b4058f9bf42acc58bad24d81749fea3d) #### [v1.0.9](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.8...v1.0.9) diff --git a/package-lock.json b/package-lock.json index 7bfe4c5..47a2fe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "komodo-gw-komodo", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "komodo-gw-komodo", - "version": "1.0.11", + "version": "1.0.12", "license": "ISC", "dependencies": { "auto-changelog": "^2.3.0", diff --git a/package.json b/package.json index 6be072d..9e404ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "komodo-gw-komodo", - "version": "1.0.11", + "version": "1.0.12", "description": "Komodo Gateway to other Komodo", "main": "index.js", "scripts": { -- 1.9.0