diff --git a/CHANGELOG.md b/CHANGELOG.md index d99000f..41f7593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/hobroker/tshows-ui/compare/v2.1.0...v2.2.0) (2022-05-15) + + +### Features + +* add toggleSeasonIsFullyWatched mutation ([#42](https://github.com/hobroker/tshows-ui/issues/42)) ([964b05e](https://github.com/hobroker/tshows-ui/commit/964b05ec6806704cb8ac6ff29d57f45021f542c2)) + # [2.1.0](https://github.com/hobroker/tshows-ui/compare/v2.0.0...v2.1.0) (2022-05-14) diff --git a/package-lock.json b/package-lock.json index f2c774c..ee7f438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tshows-ui", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tshows-ui", - "version": "2.1.0", + "version": "2.2.0", "dependencies": { "@apollo/client": "^3.5.10", "@mui/icons-material": "^5.5.1", diff --git a/package.json b/package.json index f1f706f..d18be4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tshows-ui", - "version": "2.1.0", + "version": "2.2.0", "private": true, "scripts": { "start": "react-scripts start",