diff --git a/CHANGELOG.md b/CHANGELOG.md index fa78723..b8da31e 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.45.16](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.15...v1.45.16) + +- Catch e on using systemd-notify binary [`69b66c6`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/69b66c6166070aa2cdaf4d09726e4c25f27996bb) + #### [v1.45.15](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.14...v1.45.15) +> 19 June 2024 + - Another method to notify systemd using systemd-notify binary [`51291f1`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/51291f151035330867e287c720d6544b51312ed2) #### [v1.45.14](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.13...v1.45.14) diff --git a/package-lock.json b/package-lock.json index 84a45cc..52c0f2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "komodo-sdk", - "version": "1.45.15", + "version": "1.45.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "komodo-sdk", - "version": "1.45.15", + "version": "1.45.16", "license": "ISC", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index c0024f8..458cba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "komodo-sdk", - "version": "1.45.15", + "version": "1.45.16", "description": "SDK for Komodo", "main": "index.js", "scripts": {