Commit e879b83c41c86038d1bd5fa48e4894972c8ed974
1 parent
51291f1510
Exists in
master
1.45.15
Showing 3 changed files with 9 additions and 3 deletions Side-by-side Diff
CHANGELOG.md
... | ... | @@ -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 | +#### [v1.45.15](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.14...v1.45.15) | |
8 | + | |
9 | +- Another method to notify systemd using systemd-notify binary [`51291f1`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/51291f151035330867e287c720d6544b51312ed2) | |
10 | + | |
7 | 11 | #### [v1.45.14](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.13...v1.45.14) |
8 | 12 | |
13 | +> 19 June 2024 | |
14 | + | |
9 | 15 | - Specify pid on calling systemd-notify [`aea93bf`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/aea93bf53bb747f842ce6cf5f302dfa24a1d8946) |
10 | 16 | |
11 | 17 | #### [v1.45.13](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.12...v1.45.13) |
package-lock.json
1 | 1 | { |
2 | 2 | "name": "komodo-sdk", |
3 | - "version": "1.45.14", | |
3 | + "version": "1.45.15", | |
4 | 4 | "lockfileVersion": 2, |
5 | 5 | "requires": true, |
6 | 6 | "packages": { |
7 | 7 | "": { |
8 | 8 | "name": "komodo-sdk", |
9 | - "version": "1.45.14", | |
9 | + "version": "1.45.15", | |
10 | 10 | "license": "ISC", |
11 | 11 | "dependencies": { |
12 | 12 | "array-unique": "^0.3.2", |