diff --git a/CHANGELOG.md b/CHANGELOG.md index e473b2a..e0dd73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/hobroker/tshows-ui/compare/v1.17.0...v1.18.0) (2022-05-08) + + +### Features + +* add trending section and page ([#36](https://github.com/hobroker/tshows-ui/issues/36)) ([1d29aa3](https://github.com/hobroker/tshows-ui/commit/1d29aa36d6362b33f41db884ec7009bcfe20e90e)) + # [1.17.0](https://github.com/hobroker/tshows-ui/compare/v1.16.0...v1.17.0) (2022-05-08) diff --git a/package-lock.json b/package-lock.json index a65eb59..88d300a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tshows-ui", - "version": "1.17.0", + "version": "1.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tshows-ui", - "version": "1.17.0", + "version": "1.18.0", "dependencies": { "@apollo/client": "^3.5.10", "@mui/icons-material": "^5.5.1", diff --git a/package.json b/package.json index 476a9c2..1f36699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tshows-ui", - "version": "1.17.0", + "version": "1.18.0", "private": true, "scripts": { "start": "react-scripts start",