chore(main): release 1.0.14 (#1581)

This commit is contained in:
Christian Benincasa
2026-01-05 15:23:51 -05:00
committed by GitHub
parent 3e0b1fc9ca
commit 6b065a6588
7 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [1.0.14](https://github.com/chrisbenincasa/tunarr/compare/v1.0.13...v1.0.14) (2026-01-05)
### Bug Fixes
* add missing virtual field mappings for video / audio fields ([49803be](https://github.com/chrisbenincasa/tunarr/commit/49803be7e65c29e30001d55974294eb4b998527a))
* ensure invalid release date / years do not break API schema validation ([3e0b1fc](https://github.com/chrisbenincasa/tunarr/commit/3e0b1fc9cadf2fdb5c19568fb554ea9d3772630a))
* search for arch-specific meilisearch binary ([bb81409](https://github.com/chrisbenincasa/tunarr/commit/bb81409493f3e929d60c354ef4b5fe280b184895)), closes [#1561](https://github.com/chrisbenincasa/tunarr/issues/1561)
## [1.0.13](https://github.com/chrisbenincasa/tunarr/compare/v1.0.12...v1.0.13) (2026-01-04)

View File

@@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "1.0.13",
"version": "1.0.14",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",

View File

@@ -1,3 +1,3 @@
{
".": "1.0.13"
".": "1.0.14"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "1.0.13",
"version": "1.0.14",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "1.0.13",
"version": "1.0.14",
"description": "Utility functions shared between server and web",
"private": true,
"keywords": [],

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "1.0.13",
"version": "1.0.14",
"description": "Type definitions and schemas shared between server and web",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "1.0.13",
"version": "1.0.14",
"private": true,
"type": "module",
"scripts": {