chore(release): 1.0.2

This commit is contained in:
semantic-release-bot
2022-04-20 00:06:57 +00:00
parent 6b62d4b862
commit ee14ff5a51
2 changed files with 8 additions and 1 deletions

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
## [1.0.2](https://github.com/Fallenbagel/jellyseerr/compare/v1.0.1...v1.0.2) (2022-04-20)
### Bug Fixes
* fix usertype from local user to mediaServerType ([6d530d9](https://github.com/Fallenbagel/jellyseerr/commit/6d530d90280c929c7e8b185eb379e98c2d0a8ef9))
* relax jellyfin url validation to allow local domains ([9c43ba9](https://github.com/Fallenbagel/jellyseerr/commit/9c43ba95e6c368b87acbfa8bac16c385605e7502)), closes [#123](https://github.com/Fallenbagel/jellyseerr/issues/123)

View File

@@ -1,6 +1,6 @@
{
"name": "jellyseerr",
"version": "1.0.1",
"version": "1.0.2",
"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",