diff --git a/CHANGELOG.md b/CHANGELOG.md index b917d45..af812e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/hobroker/tshows-ui/compare/v2.3.0...v2.3.1) (2022-06-07) + + +### Bug Fixes + +* watch season button enabled for shows not in watchlist ([#44](https://github.com/hobroker/tshows-ui/issues/44)) ([ffe07b5](https://github.com/hobroker/tshows-ui/commit/ffe07b5ecdbb17597503eb60ab6bfdb0f0ca4cef)) + # [2.3.0](https://github.com/hobroker/tshows-ui/compare/v2.2.0...v2.3.0) (2022-06-03) diff --git a/package-lock.json b/package-lock.json index f3b2323..0d2a841 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tshows-ui", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tshows-ui", - "version": "2.3.0", + "version": "2.3.1", "dependencies": { "@apollo/client": "^3.5.10", "@mui/icons-material": "^5.5.1", diff --git a/package.json b/package.json index 0cfe73a..3f85177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tshows-ui", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "start": "react-scripts start",