-
-
Notifications
You must be signed in to change notification settings - Fork 39
Feature/add continue routes #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [httpoison](https://github.com/edgurgel/httpoison) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/edgurgel/httpoison/releases) - [Commits](edgurgel/httpoison@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: httpoison dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump httpoison from 1.8.1 to 1.8.2
closes #139
🎉 This PR is included in version 1.16.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.16.0-beta.20 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
trueChazza
pushed a commit
that referenced
this pull request
Sep 9, 2022
# [1.16.0](v1.15.0...v1.16.0) (2022-09-09) ### Bug Fixes * add app.css ([fb51530](fb51530)) * add back missing dir ([28ef035](28ef035)) * build arm64 only ([2897730](2897730)) * bump elixir 1.13 ([dab759a](dab759a)) * bump elixir 1.13 otp 25 ([de1301a](de1301a)) * fix alias assets deploy ([639a377](639a377)) * fix assets deploy ([1b0684a](1b0684a)) * refactor Dockerfile ([2bb08fd](2bb08fd)) * refactor Dockerfile ([7b3b342](7b3b342)) * refactor Dockerfile ([d9af015](d9af015)) * refactor Dockerfile ([4ad0562](4ad0562)) * refactor Dockerfile ([af1d67d](af1d67d)) * refactor Dockerfile ([838eee8](838eee8)) * refactor Dockerfile ([f71c924](f71c924)) * refactor Dockerfile ([2b19e10](2b19e10)) * refactor mix elixir version ([c496b5a](c496b5a)) * refactor mix elixir version ([a470276](a470276)) * reinstate mix steps ([d39b80d](d39b80d)) ### Features * add change log ([83eabd5](83eabd5)) * add change log to repo ([f535a75](f535a75)) * Add Chromecast integration ([#158](#158)) ([42a4cb3](42a4cb3)), closes [#155](#155) * add continue routes ([#146](#146)) ([906506f](906506f)) * add media info ([#164](#164)) ([6145bf7](6145bf7)) * add plyr video player ([#152](#152)) ([6d4a6be](6d4a6be)) * update player theme ([#154](#154)) ([3b8577d](3b8577d)), closes [#153](#153) ### Reverts * Revert "fix: inline node" ([0f89987](0f89987)) * Revert "fix: remove compile" ([3e8b309](3e8b309)) * "feat: add plyr video player" ([8988e00](8988e00))
🎉 This PR is included in version 1.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #136, closes #125