Skip to content

Commit

Permalink
chore(dev): release 0.16.3 (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Nov 21, 2024
1 parent 4d85e08 commit 6ea5984
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.2"
".": "0.16.3"
}
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.3](https://github.com/chrisbenincasa/tunarr/compare/v0.16.2...v0.16.3) (2024-11-21)


### Bug Fixes

* allow backdating channel start times ([#979](https://github.com/chrisbenincasa/tunarr/issues/979)) ([4d85e08](https://github.com/chrisbenincasa/tunarr/commit/4d85e08c4a8cb968824c308af41801b179aa4710))
* fix HLS concat on new FFmpeg pipeline ([#976](https://github.com/chrisbenincasa/tunarr/issues/976)) ([e2c9b51](https://github.com/chrisbenincasa/tunarr/commit/e2c9b51ee3a7f2c9e53e07a0fdb0f98978d92377)), closes [#974](https://github.com/chrisbenincasa/tunarr/issues/974)
* slot time no longer resets day of week for weekly schedules ([f2000fb](https://github.com/chrisbenincasa/tunarr/commit/f2000fb6e7c268d0953f8069d7a149eaaeb0ece5))
* use form field array index and not table index for slot editing ([dfaab86](https://github.com/chrisbenincasa/tunarr/commit/dfaab86769a983369813f0aaa063d869cf5b8cf9))

## [0.16.2](https://github.com/chrisbenincasa/tunarr/compare/v0.16.1...v0.16.2) (2024-11-19)


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

0 comments on commit 6ea5984

Please sign in to comment.