Skip to content

Commit

Permalink
chore(dev): release 0.16.5 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Nov 23, 2024
1 parent 67593ef commit 0af0e14
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.4"
".": "0.16.5"
}
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.5](https://github.com/chrisbenincasa/tunarr/compare/v0.16.4...v0.16.5) (2024-11-23)


### Bug Fixes

* fix displaying weekly slot start times after save ([67593ef](https://github.com/chrisbenincasa/tunarr/commit/67593ef6b5c3629fdf9c17b02ef7ace86b16f1cb))
* prevent multiple select alls duplicating selections ([#986](https://github.com/chrisbenincasa/tunarr/issues/986)) ([f3e0f2d](https://github.com/chrisbenincasa/tunarr/commit/f3e0f2d59d214b14f3a486f388e8e503e2f84b68))
* support more watermark options on new ffmpeg pipeline ([#989](https://github.com/chrisbenincasa/tunarr/issues/989)) ([12270ba](https://github.com/chrisbenincasa/tunarr/commit/12270bab3196c47e3d15963889af147c1edc9f5e))
* update language to make Name required when adding jellyfin server ([#985](https://github.com/chrisbenincasa/tunarr/issues/985)) ([433c6e3](https://github.com/chrisbenincasa/tunarr/commit/433c6e373ec8314bca32f229ee420575dec938eb))

## [0.16.4](https://github.com/chrisbenincasa/tunarr/compare/v0.16.3...v0.16.4) (2024-11-22)


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

0 comments on commit 0af0e14

Please sign in to comment.