chore(release): 1.26.1

This commit is contained in:
semantic-release-bot
2021-09-20 00:22:06 +00:00
parent d23c120dc0
commit f1df1caea5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [1.26.1](https://github.com/sct/overseerr/compare/v1.26.0...v1.26.1) (2021-09-20)
### Bug Fixes
* **rt-api:** correctly format movie urls ([4c6009b](https://github.com/sct/overseerr/commit/4c6009bc2c3ff5f657a806363e3bdf7cd83d4261))
# [1.26.0](https://github.com/sct/overseerr/compare/v1.25.0...v1.26.0) (2021-09-19)

View File

@@ -1,6 +1,6 @@
{
"name": "overseerr",
"version": "1.26.0",
"version": "1.26.1",
"private": true,
"scripts": {
"dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node --files --project server/tsconfig.json server/index.ts",