Skip to content

Commit

Permalink
chore(dev): release 0.16.9 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Dec 6, 2024
1 parent 236d819 commit da681e4
Show file tree
Hide file tree
Showing 7 changed files with 15 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.16.8"
".": "0.16.9"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.16.9](https://github.com/chrisbenincasa/tunarr/compare/v0.16.8...v0.16.9) (2024-12-06)


### Bug Fixes

* fix for plex channel auto-mapping update ([3e48d6f](https://github.com/chrisbenincasa/tunarr/commit/3e48d6ffa8b36174b6f26f383174f6e5eafcd898))
* fix form state resetting in media source edit modals ([236d819](https://github.com/chrisbenincasa/tunarr/commit/236d819d0b5148bcab97e1925d7d15116c9ce4a3))
* properly treat yuv420p10le as 10-bit ([f266fab](https://github.com/chrisbenincasa/tunarr/commit/f266fab2a43feb0e91fd43166cc9524e6a9c4b38)), closes [#1003](https://github.com/chrisbenincasa/tunarr/issues/1003)

## [0.16.8](https://github.com/chrisbenincasa/tunarr/compare/v0.16.7...v0.16.8) (2024-12-05)


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.16.8",
"version": "0.16.9",
"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.16.8",
"version": "0.16.9",
"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.16.8",
"version": "0.16.9",
"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.16.8",
"version": "0.16.9",
"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.16.8",
"version": "0.16.9",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit da681e4

Please sign in to comment.