Skip to content

Commit 70c9f5b

Browse files
authored
chore(release): 0.28.2 (#751)
## Bug Fixes - notify: use disabletls instead of disabletlsverification for ntfy - ui: missing boolean to string conv in outgoing notify schemas
1 parent 5cfe8b7 commit 70c9f5b

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.28.1"
2+
".": "0.28.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.28.2](https://github.com/release-argus/Argus/compare/0.28.1...0.28.2) (2025-12-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **notify:** use `disabletls` instead of `disabletlsverification` for ntfy ([#750](https://github.com/release-argus/Argus/issues/750)) ([586965e](https://github.com/release-argus/Argus/commit/586965e59ad6f22e278c8ebdfce5ca0722d457ce))
11+
* **ui:** missing boolean to string conv in outgoing notify schemas ([#752](https://github.com/release-argus/Argus/issues/752)) ([5cfe8b7](https://github.com/release-argus/Argus/commit/5cfe8b7d2f34a89ba6e386b7fd4da8556c68d09c))
12+
513
## [0.28.1](https://github.com/release-argus/Argus/compare/0.28.0...0.28.1) (2025-12-14)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"tailwind-sort": "prettier './web/ui/react-app/src/**/*{.ts,.tsx}' --write",
1717
"test": "echo \"Error: no test specified\" && exit 1"
1818
},
19-
"version": "0.28.1"
19+
"version": "0.28.2"
2020
}

web/ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/ui/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"start": "vite"
7575
},
7676
"type": "module",
77-
"version": "0.28.1"
77+
"version": "0.28.2"
7878
}

0 commit comments

Comments
 (0)