Skip to content

Commit

Permalink
chore(dev): release 0.16.6 (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Nov 24, 2024
1 parent b89dde9 commit 40fa9ce
Show file tree
Hide file tree
Showing 7 changed files with 15 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.5"
".": "0.16.6"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.16.6](https://github.com/chrisbenincasa/tunarr/compare/v0.16.5...v0.16.6) (2024-11-24)


### Bug Fixes

* disable speed-dial when loading ([#984](https://github.com/chrisbenincasa/tunarr/issues/984)) ([b10925d](https://github.com/chrisbenincasa/tunarr/commit/b10925dd93ccb479e057fcf6b9be435fa6d7130b))
* fix weekly timeslot scheduling ([#992](https://github.com/chrisbenincasa/tunarr/issues/992)) ([3597546](https://github.com/chrisbenincasa/tunarr/commit/35975467377ad20d1521873bd40bd48b82da756f))
* use stable ID when reporting Plex playback session status ([#993](https://github.com/chrisbenincasa/tunarr/issues/993)) ([b89dde9](https://github.com/chrisbenincasa/tunarr/commit/b89dde98c55e8d854aa42d3be9170c7d9e74a26b)), closes [#960](https://github.com/chrisbenincasa/tunarr/issues/960)

## [0.16.5](https://github.com/chrisbenincasa/tunarr/compare/v0.16.4...v0.16.5) (2024-11-23)


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

0 comments on commit 40fa9ce

Please sign in to comment.