diff --git a/CHANGELOG.md b/CHANGELOG.md index 2072df0..e473b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/hobroker/tshows-ui/compare/v1.16.0...v1.17.0) (2022-05-08) + + +### Features + +* add search functionality ([#35](https://github.com/hobroker/tshows-ui/issues/35)) ([1bcee36](https://github.com/hobroker/tshows-ui/commit/1bcee3605051d40b1ce6ae35354ead686f861f07)) + # [1.16.0](https://github.com/hobroker/tshows-ui/compare/v1.15.0...v1.16.0) (2022-05-08) diff --git a/package-lock.json b/package-lock.json index ef1b29c..a65eb59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tshows-ui", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tshows-ui", - "version": "1.16.0", + "version": "1.17.0", "dependencies": { "@apollo/client": "^3.5.10", "@mui/icons-material": "^5.5.1", diff --git a/package.json b/package.json index 7a47632..476a9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tshows-ui", - "version": "1.16.0", + "version": "1.17.0", "private": true, "scripts": { "start": "react-scripts start",