chore(media-scanner): release 0.23.0-alpha.33 (#1511)

This commit is contained in:
Christian Benincasa
2025-12-11 09:07:35 -05:00
committed by GitHub
parent bcd72d7154
commit 72461129ec
7 changed files with 18 additions and 6 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [0.23.0-alpha.33](https://github.com/chrisbenincasa/tunarr/compare/v0.23.0-alpha.32...v0.23.0-alpha.33) (2025-12-11)
### Features
* add parent directory as tag for other video libraries ([7d6890f](https://github.com/chrisbenincasa/tunarr/commit/7d6890f1255ba6b29dfccb0734af051ad8ebddf2))
### Bug Fixes
* fix migration splitting for broken migration ([bcd72d7](https://github.com/chrisbenincasa/tunarr/commit/bcd72d71548baab2616ece9e1f2bc64766113171))
## [0.23.0-alpha.32](https://github.com/chrisbenincasa/tunarr/compare/v0.23.0-alpha.31...v0.23.0-alpha.32) (2025-12-10)

View File

@@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "0.23.0-alpha.32",
"version": "0.23.0-alpha.33",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",

View File

@@ -1,3 +1,3 @@
{
".": "0.23.0-alpha.32"
".": "0.23.0-alpha.33"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "0.23.0-alpha.32",
"version": "0.23.0-alpha.33",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "0.23.0-alpha.32",
"version": "0.23.0-alpha.33",
"description": "Utility functions shared between server and web",
"private": true,
"keywords": [],

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "0.23.0-alpha.32",
"version": "0.23.0-alpha.33",
"description": "Type definitions and schemas shared between server and web",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "0.23.0-alpha.32",
"version": "0.23.0-alpha.33",
"private": true,
"type": "module",
"scripts": {