Skip to content

Commit

Permalink
chore(dev): release 0.16.10 (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Dec 10, 2024
1 parent e5d10d0 commit 0d3261c
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.9"
".": "0.16.10"
}
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.10](https://github.com/chrisbenincasa/tunarr/compare/v0.16.9...v0.16.10) (2024-12-10)


### Bug Fixes

* alphanumeric title filter should scroll with you ([e5d10d0](https://github.com/chrisbenincasa/tunarr/commit/e5d10d07758b31614a4de056505ec9a30f3f10d4))
* properly handle redirects in scheduler ([#1011](https://github.com/chrisbenincasa/tunarr/issues/1011)) ([e5d10d0](https://github.com/chrisbenincasa/tunarr/commit/e5d10d07758b31614a4de056505ec9a30f3f10d4)), closes [#1010](https://github.com/chrisbenincasa/tunarr/issues/1010)
* use correct pixel formats when downloading from hardware ([#1008](https://github.com/chrisbenincasa/tunarr/issues/1008)) ([828367c](https://github.com/chrisbenincasa/tunarr/commit/828367c08a0e8bfe6b9d62452123d1f4e1d0a22d))

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


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

0 comments on commit 0d3261c

Please sign in to comment.