From 9366c8fc7064ade052cd5ebdaa7c1c6b493abcab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 17:56:37 +0000 Subject: [PATCH] chore: release v2025.8.5 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00841c71..52f9b761f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 82343d613..4b031dd43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e273f41f0..dcc1cc825 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}