Skip to content

Commit

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

## [0.16.12](https://github.com/chrisbenincasa/tunarr/compare/v0.16.11...v0.16.12) (2024-12-13)


### Bug Fixes

* fix channel_programs update query in updateLineup ([ea73a5d](https://github.com/chrisbenincasa/tunarr/commit/ea73a5d95c2cdbeeb687444dab145228dc238252))
* fix ProgramGroupingMinter to correctly assign type season for seasons instead of show ([0b92fa3](https://github.com/chrisbenincasa/tunarr/commit/0b92fa3de704d6fe34636f8db3d62c0bb35bd8ae))
* re-enable fixers ([3fab90f](https://github.com/chrisbenincasa/tunarr/commit/3fab90fb9a7682d9654cbc049abd5017db1c58b6))
* request additional jellyfin user view types by default ([a4cb229](https://github.com/chrisbenincasa/tunarr/commit/a4cb2299a9725c8a191f7dcfcaae69ad83828197))
* time slots - always use the currently saved lineup state for slot generation ([04e58b6](https://github.com/chrisbenincasa/tunarr/commit/04e58b6d2cd369a8f7eb261d0b92d7e02341be9c))

## [0.16.11](https://github.com/chrisbenincasa/tunarr/compare/v0.16.10...v0.16.11) (2024-12-11)


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

0 comments on commit c7457c4

Please sign in to comment.