diff --git a/CHANGELOG.md b/CHANGELOG.md index 796b55d..ba07ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.13](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.12...v1.0.13) + +- Migrate to tektrans-logger [`82d4705`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/82d4705cd9eeb099a83b77fa6659e79936ea3836) + #### [v1.0.12](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.10...v1.0.12) +> 20 November 2021 + - 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) diff --git a/package-lock.json b/package-lock.json index c3a7855..c04708c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "komodo-gw-komodo", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "komodo-gw-komodo", - "version": "1.0.12", + "version": "1.0.13", "license": "ISC", "dependencies": { "auto-changelog": "^2.3.0", diff --git a/package.json b/package.json index 0ef0f06..1652f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "komodo-gw-komodo", - "version": "1.0.12", + "version": "1.0.13", "description": "Komodo Gateway to other Komodo", "main": "index.js", "scripts": {