chore(main): release 0.1.4
All checks were successful
Create Release / Publish Release (pull_request) Successful in 9s
All checks were successful
Create Release / Publish Release (pull_request) Successful in 9s
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.1.3"
|
".": "0.1.4"
|
||||||
}
|
}
|
||||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.4 (2026-04-07)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* fix: slow start of jellyfin
|
||||||
|
|
||||||
|
### Chores
|
||||||
|
|
||||||
|
* chore: update manifest for v0.1.3
|
||||||
|
|
||||||
|
|
||||||
## 0.1.3 (2026-04-05)
|
## 0.1.3 (2026-04-05)
|
||||||
|
|
||||||
## 0.1.3 (2026-04-05)
|
## 0.1.3 (2026-04-05)
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
||||||
<AssemblyVersion>0.1.3.0</AssemblyVersion>
|
<AssemblyVersion>0.1.4.0</AssemblyVersion>
|
||||||
<FileVersion>0.1.3.0</FileVersion>
|
<FileVersion>0.1.4.0</FileVersion>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
|
|||||||
Reference in New Issue
Block a user