Commit b8aab1b12d727bc7fd48f5faad8910d957293d53
1 parent
aea93bf53b
Exists in
master
1.45.14
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.14](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.13...v1.45.14) | |
8 | + | |
9 | +- Specify pid on calling systemd-notify [`aea93bf`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/aea93bf53bb747f842ce6cf5f302dfa24a1d8946) | |
10 | + | |
7 | 11 | #### [v1.45.13](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.12...v1.45.13) |
8 | 12 | |
13 | +> 19 June 2024 | |
14 | + | |
9 | 15 | - Move systemd-notify to optional dep and remove which from dep [`3ad1005`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/3ad10050743fa4fc11332205b3bd335b5a630243) |
10 | 16 | |
11 | 17 | #### [v1.45.12](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.11...v1.45.12) |
package-lock.json
1 | 1 | { |
2 | 2 | "name": "komodo-sdk", |
3 | - "version": "1.45.13", | |
3 | + "version": "1.45.14", | |
4 | 4 | "lockfileVersion": 2, |
5 | 5 | "requires": true, |
6 | 6 | "packages": { |
7 | 7 | "": { |
8 | 8 | "name": "komodo-sdk", |
9 | - "version": "1.45.13", | |
9 | + "version": "1.45.14", | |
10 | 10 | "license": "ISC", |
11 | 11 | "dependencies": { |
12 | 12 | "array-unique": "^0.3.2", |