Skip to content

Commit

Permalink
chore(dev): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Dec 20, 2024
1 parent ca0ec6a commit 10689c4
Show file tree
Hide file tree
Showing 7 changed files with 19 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.13"
".": "0.17.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.17.0](https://github.com/chrisbenincasa/tunarr/compare/v0.16.13...v0.17.0) (2024-12-20)


### Features

* add "transcode configurations" ([#1001](https://github.com/chrisbenincasa/tunarr/issues/1001)) ([b5a4fdf](https://github.com/chrisbenincasa/tunarr/commit/b5a4fdf9bbd2e96249b3d93552a394ded1a1eb48))
* support for toggling between 12/24-hour time in UI ([#1026](https://github.com/chrisbenincasa/tunarr/issues/1026)) ([891ed29](https://github.com/chrisbenincasa/tunarr/commit/891ed296fb4794ba4ab164850bcf3c70c8f93825))


### Bug Fixes

* do not count initializing sessions in stale check ([ca0ec6a](https://github.com/chrisbenincasa/tunarr/commit/ca0ec6a92b002b7f0e43e36bc6fbb3ab38d81f35))

## [0.16.13](https://github.com/chrisbenincasa/tunarr/compare/v0.16.12...v0.16.13) (2024-12-18)


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

0 comments on commit 10689c4

Please sign in to comment.