Commit 17ab3bd1abc1fd93726fff5ad41c9feab0653929

Authored by Adhidarma Hadiwinoto
1 parent bf4d9beb05
Exists in master

2.3.0

Showing 3 changed files with 9 additions and 3 deletions Side-by-side Diff

... ... @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
4 4  
5 5 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6 6  
  7 +#### [v2.3.0](https://gitlab.kodesumber.com/komodo/komodo-gw-st24/compare/v2.2.15...v2.3.0)
  8 +
  9 +- Migrate to tektrans-logger [`bf4d9be`](https://gitlab.kodesumber.com/komodo/komodo-gw-st24/commit/bf4d9beb059595fb19b185f4d05d561f0afc5381)
  10 +
7 11 #### [v2.2.15](https://gitlab.kodesumber.com/komodo/komodo-gw-st24/compare/v2.2.13...v2.2.15)
8 12  
  13 +> 23 November 2021
  14 +
9 15 - Update package.json [`7631047`](https://gitlab.kodesumber.com/komodo/komodo-gw-st24/commit/76310471874cd14ce596868ea2d4b72f03363802)
10 16 - Write pid.txt as a string [`57296a8`](https://gitlab.kodesumber.com/komodo/komodo-gw-st24/commit/57296a819a1957c7622d59de53db1d01a454cb02)
11 17  
1 1 {
2 2 "name": "komodo-gw-st24",
3   - "version": "2.2.15",
  3 + "version": "2.3.0",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-gw-st24",
9   - "version": "2.2.15",
  9 + "version": "2.3.0",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "auto-changelog": "^2.3.0",
1 1 {
2 2 "name": "komodo-gw-st24",
3   - "version": "2.2.15",
  3 + "version": "2.3.0",
4 4 "description": "Komodo Gateway to ST24 XML-RPC",
5 5 "main": "index.js",
6 6 "scripts": {