From 390b15a769d3c7f6cb69bf45ffb960cad1b04b0e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 May 2022 22:46:01 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/hobroker/tshows-ui/compare/v2.0.0...v2.1.0) (2022-05-14) ### Features * add notifications and subscription ([#41](https://github.com/hobroker/tshows-ui/issues/41)) ([97884b0](https://github.com/hobroker/tshows-ui/commit/97884b0cc09d7bdb1fc5cf6cfae7f36461a17b13)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a093b..d99000f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/hobroker/tshows-ui/compare/v2.0.0...v2.1.0) (2022-05-14) + + +### Features + +* add notifications and subscription ([#41](https://github.com/hobroker/tshows-ui/issues/41)) ([97884b0](https://github.com/hobroker/tshows-ui/commit/97884b0cc09d7bdb1fc5cf6cfae7f36461a17b13)) + # [2.0.0](https://github.com/hobroker/tshows-ui/compare/v1.20.1...v2.0.0) (2022-05-10) ## [1.20.1](https://github.com/hobroker/tshows-ui/compare/v1.20.0...v1.20.1) (2022-05-08) diff --git a/package-lock.json b/package-lock.json index f902f5a..f2c774c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tshows-ui", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tshows-ui", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@apollo/client": "^3.5.10", "@mui/icons-material": "^5.5.1", diff --git a/package.json b/package.json index cd19ffd..f1f706f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tshows-ui", - "version": "2.0.0", + "version": "2.1.0", "private": true, "scripts": { "start": "react-scripts start",