mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore(media-scanner): release 0.23.0-alpha.33 (#1511)
This commit is contained in:
committed by
GitHub
parent
bcd72d7154
commit
72461129ec
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.23.0-alpha.32"
|
||||
".": "0.23.0-alpha.33"
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/web",
|
||||
"version": "0.23.0-alpha.32",
|
||||
"version": "0.23.0-alpha.33",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user