chore: release 1.1.1

This commit is contained in:
chrisbenincasa
2026-01-17 22:35:08 +00:00
parent 266464c388
commit ace2e90b1d
6 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [1.1.1](https://github.com/chrisbenincasa/tunarr/compare/v1.1.0...v1.1.1) (2026-01-17)
### Bug Fixes
* fix general settings form with invalid default logroll config ([266464c](https://github.com/chrisbenincasa/tunarr/commit/266464c388a98026a7c844886d9d484c33c1818f))
## [1.1.0](https://github.com/chrisbenincasa/tunarr/compare/v1.1.0-dev.3...v1.1.0) (2026-01-16)
### Features

View File

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

View File

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

View File

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

View File

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

View File

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