chore(main): release 0.1.0
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.0.19"
|
||||
".": "0.1.0"
|
||||
}
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0 (2026-03-05)
|
||||
|
||||
### Features
|
||||
|
||||
* feat: dummer Claude!
|
||||
* feat: own changelog
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix: Claude ist ein dummer Hurensohn!
|
||||
* fix: double notifications
|
||||
* fix: claude ist dumm
|
||||
|
||||
### Chores
|
||||
|
||||
* chore: update manifest for v0.0.19
|
||||
|
||||
|
||||
## 0.0.19 (2026-03-04)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
||||
<AssemblyVersion>0.0.19.0</AssemblyVersion>
|
||||
<FileVersion>0.0.19.0</FileVersion>
|
||||
<AssemblyVersion>0.1.0.0</AssemblyVersion>
|
||||
<FileVersion>0.1.0.0</FileVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
Reference in New Issue
Block a user