chore: release 1.0.15

This commit is contained in:
chrisbenincasa
2026-01-06 17:25:35 +00:00
parent 63b525d9d5
commit d59fa1536b
6 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [1.0.15](https://github.com/chrisbenincasa/tunarr/compare/v1.0.14...v1.0.15) (2026-01-06)
### Bug Fixes
* **macos:** create tunarr data directory on first run if not exists ([a5271b4](https://github.com/chrisbenincasa/tunarr/commit/a5271b46beb6eb2eea66004d41d2b0f147300f60))
## [1.0.14](https://github.com/chrisbenincasa/tunarr/compare/v1.0.13...v1.0.14) (2026-01-05)

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "1.0.14",
"version": "1.0.15",
"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.14",
"version": "1.0.15",
"private": true,
"type": "module",
"scripts": {