chore(release): 1.2.1

This commit is contained in:
semantic-release-bot
2022-10-18 02:24:18 +00:00
parent a66925067d
commit 9252817b58
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/fallenbagel/jellyseerr/compare/v1.2.0...v1.2.1) (2022-10-18)
### Bug Fixes
* **backend:** fix jellyfinHost to not be undefined ([ab09664](https://github.com/fallenbagel/jellyseerr/commit/ab09664d418e07198ac72e7f342b53ba441ab7c3)), closes [#237](https://github.com/fallenbagel/jellyseerr/issues/237)
# [1.2.0](https://github.com/fallenbagel/jellyseerr/compare/v1.1.1...v1.2.0) (2022-10-12)

View File

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