Skip to content

Commit

Permalink
chore(dev): release 0.18.5 (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Jan 24, 2025
1 parent 93141ba commit b019c58
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.18.4"
".": "0.18.5"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.18.5](https://github.com/chrisbenincasa/tunarr/compare/v0.18.4...v0.18.5) (2025-01-24)


### Features

* ability to duplicate transcode configs ([#1067](https://github.com/chrisbenincasa/tunarr/issues/1067)) ([4ede70f](https://github.com/chrisbenincasa/tunarr/commit/4ede70fa81aa3fc89c8139e040d43fb706f337c2))


### Bug Fixes

* actually bind the server ([fb9abf0](https://github.com/chrisbenincasa/tunarr/commit/fb9abf02d7e1831c5265ee0e4be909bd361f4e2b))
* display show name properly in RemoveShowsModal ([b09ea55](https://github.com/chrisbenincasa/tunarr/commit/b09ea55a4c43c88ff764dd4427794f903b36136b))
* potential fixes/workarounds for quicksync audio sync issues ([#1069](https://github.com/chrisbenincasa/tunarr/issues/1069)) ([93141ba](https://github.com/chrisbenincasa/tunarr/commit/93141ba4380fd728e04c8abca37c7f5a1b12a30c))

## [0.18.4](https://github.com/chrisbenincasa/tunarr/compare/v0.18.3...v0.18.4) (2025-01-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "0.18.4",
"version": "0.18.5",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "0.18.4",
"version": "0.18.5",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "0.18.4",
"version": "0.18.5",
"description": "Utility functions shared between server and web",
"private": true,
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "0.18.4",
"version": "0.18.5",
"description": "Type definitions and schemas shared between server and web",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "0.18.4",
"version": "0.18.5",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit b019c58

Please sign in to comment.