chore: release v2025.8.5

This commit is contained in:
github-actions[bot]
2025-08-31 17:56:37 +00:00
parent 74504a74f1
commit 9366c8fc70
3 changed files with 20 additions and 4 deletions

View File

@@ -1,5 +1,21 @@
# Changelog
All notable changes to Wizarr will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project uses [Calendar Versioning](https://calver.org/).
## [2025.8.5](https://github.com/wizarrrr/wizarr/compare/2025.8.4...2025.8.5) (2025-08-31)
### 🐛 Bug Fixes
* configure Git identity and authentication for Release-It GitHub Actions ([4ba7d1a](https://github.com/wizarrrr/wizarr/commit/4ba7d1af3be92b78da5a16aa1f4b9afc791acb1e))
* prevent conventional changelog from overriding CalVer versioning ([74504a7](https://github.com/wizarrrr/wizarr/commit/74504a74f1da28a3da8b3dac58f0a315881ca655))
# Changelog
## [2025.9.0](https://github.com/wizarrrr/wizarr/compare/2025.8.4...v2025.9.0) (2025-08-31)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "wizarr",
"version": "2025.9.0",
"version": "2025.8.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wizarr",
"version": "2025.9.0",
"version": "2025.8.5",
"devDependencies": {
"@csmith/release-it-calver-plugin": "^2023.12.0",
"@release-it/conventional-changelog": "^8.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "wizarr",
"version": "2025.8.4",
"version": "2025.8.5",
"description": "Multi-server invitation manager for Plex, Jellyfin, Emby & AudiobookShelf",
"private": true,
"scripts": {
@@ -16,4 +16,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}