Skip to content

Commit

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

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


### Bug Fixes

* attempt to use default audio stream before others ([aeee37b](https://github.com/chrisbenincasa/tunarr/commit/aeee37b488df99a953afbd7df632fa79cedd0aff))
* fix display names in some clients ([518d280](https://github.com/chrisbenincasa/tunarr/commit/518d2800e0f89a7e1f7cd02257eed66e2da86b99))
* fixes for CUDA pipeline state management ([#998](https://github.com/chrisbenincasa/tunarr/issues/998)) ([bbb9f76](https://github.com/chrisbenincasa/tunarr/commit/bbb9f76f99964d908bc2d3ef56b862935750aadf))
* implement "slot pad" mode in random slots ([#1000](https://github.com/chrisbenincasa/tunarr/issues/1000)) ([ec8b943](https://github.com/chrisbenincasa/tunarr/commit/ec8b9433a4a692da46d26440987ddc396e75d178))

## [0.16.7](https://github.com/chrisbenincasa/tunarr/compare/v0.16.6...v0.16.7) (2024-12-02)


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

0 comments on commit f2721db

Please sign in to comment.