chore(release): 1.8.1

This commit is contained in:
semantic-release-bot
2024-04-17 19:08:15 +00:00
parent 09f50ac80f
commit 2101d0fff5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [1.8.1](https://github.com/fallenbagel/jellyseerr/compare/v1.8.0...v1.8.1) (2024-04-17)
### Reverts
* Revert "fix: disable seasonfolder option in sonarr for jellyfin/Emby users" (#718) ([cd0fa3e](https://github.com/fallenbagel/jellyseerr/commit/cd0fa3e2232dcb522673143f113fc382fb2ff0a3)), closes [#718](https://github.com/fallenbagel/jellyseerr/issues/718)
# [1.8.0](https://github.com/fallenbagel/jellyseerr/compare/v1.7.0...v1.8.0) (2024-04-15)

View File

@@ -1,6 +1,6 @@
{
"name": "jellyseerr",
"version": "1.8.0",
"version": "1.8.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",