Commit fa0179cbeb3f47adaca5e4a11ec28a2b5d8cb530
1 parent
3ad1005074
Exists in
master
1.45.13
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.13](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.12...v1.45.13) | |
8 | + | |
9 | +- Move systemd-notify to optional dep and remove which from dep [`3ad1005`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/3ad10050743fa4fc11332205b3bd335b5a630243) | |
10 | + | |
7 | 11 | #### [v1.45.12](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.11...v1.45.12) |
8 | 12 | |
13 | +> 19 June 2024 | |
14 | + | |
9 | 15 | - Add info why use sd-notify instead of systemd-notify [`c00c6b1`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/c00c6b1d1ede7c5bd66d46345ebc3a2814f4bdbb) |
10 | 16 | |
11 | 17 | #### [v1.45.11](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.10...v1.45.11) |
package-lock.json
1 | 1 | { |
2 | 2 | "name": "komodo-sdk", |
3 | - "version": "1.45.12", | |
3 | + "version": "1.45.13", | |
4 | 4 | "lockfileVersion": 2, |
5 | 5 | "requires": true, |
6 | 6 | "packages": { |
7 | 7 | "": { |
8 | 8 | "name": "komodo-sdk", |
9 | - "version": "1.45.12", | |
9 | + "version": "1.45.13", | |
10 | 10 | "license": "ISC", |
11 | 11 | "dependencies": { |
12 | 12 | "array-unique": "^0.3.2", |