mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 00:53:35 -04:00
chore: release 1.1.3
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [1.1.3](https://github.com/chrisbenincasa/tunarr/compare/v1.1.2...v1.1.3) (2026-01-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* prevent "sonic boom is not ready yet" errors on system settings change ([ca8e393](https://github.com/chrisbenincasa/tunarr/commit/ca8e393e4fafca81ad7bf9d1b347f5227d744fb5))
|
||||
|
||||
## [1.1.2](https://github.com/chrisbenincasa/tunarr/compare/v1.1.1...v1.1.2) (2026-01-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tunarr",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Create LiveTV channels from your Plex media",
|
||||
"type": "module",
|
||||
"author": "chrisbenincasa",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/server",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Create LiveTV channels from your Plex media",
|
||||
"license": "Zlib",
|
||||
"private": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/shared",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Utility functions shared between server and web",
|
||||
"private": true,
|
||||
"keywords": [],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/types",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Type definitions and schemas shared between server and web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/web",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user