chore: release 1.1.2

This commit is contained in:
chrisbenincasa
2026-01-20 02:14:30 +00:00
parent 46ae9be900
commit f6f9c8accf
6 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.1.2](https://github.com/chrisbenincasa/tunarr/compare/v1.1.1...v1.1.2) (2026-01-20)
### Bug Fixes
* fix smart collections to work with keywords and new search experience ([#1603](https://github.com/chrisbenincasa/tunarr/issues/1603)) ([46ae9be](https://github.com/chrisbenincasa/tunarr/commit/46ae9be900666ca9f95c7fd024622d7f33c96087))
* properly persist tags while scanning ([#1595](https://github.com/chrisbenincasa/tunarr/issues/1595)) ([2b04109](https://github.com/chrisbenincasa/tunarr/commit/2b04109296f95eb65592857e256a15aaf4b0396d))
## [1.1.1](https://github.com/chrisbenincasa/tunarr/compare/v1.1.0...v1.1.1) (2026-01-17)
### Bug Fixes

View File

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

View File

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

View File

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

View File

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