Skip to content

Commit 9e8dcd5

Browse files
fix(deps): update caronc/apprise-api v1.4.0 → v1.4.1 (#2209)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [caronc/apprise-api](https://redirect.github.com/caronc/apprise-api) | patch | `1.4.0` → `1.4.1` | --- ### Release Notes <details> <summary>caronc/apprise-api (caronc/apprise-api)</summary> ### [`v1.4.1`](https://redirect.github.com/caronc/apprise-api/releases/tag/v1.4.1): Apprise API Release v1.4.1 [Compare Source](https://redirect.github.com/caronc/apprise-api/compare/v1.4.0...v1.4.1) #### What's Changed I had no idea up until now that the Editor in the Apprise API did not work well with Windows operating systems. I had only tested with Linux based. This patch should make the API usable by all operating systems now. :lady\_beetle: Bug - CRLF -> LF normalization in Configuration Tab - Alignment Fix in [#&#8203;321](https://redirect.github.com/caronc/apprise-api/pull/321) **Full Changelog**: <caronc/apprise-api@v1.4.0...v1.4.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcHAvYXBwcmlzZS1hcGkiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->
1 parent 2cd25d6 commit 9e8dcd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/apprise-api/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ variable "APP" {
66

77
variable "VERSION" {
88
// renovate: datasource=github-releases depName=caronc/apprise-api
9-
default = "1.4.0"
9+
default = "1.4.1"
1010
}
1111

1212
variable "LICENSE" {

0 commit comments

Comments
 (0)