mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: release 1.0.15
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/web",
|
||||
"version": "1.0.14",
|
||||
"version": "1.0.15",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user