diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c223509..5b0455e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.7.0 - 2021-09-14 + +- Update `peerDependencies` to remove warning for React 17 (thanks @38ri581oq480) +- Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz) + ### 2.6.0 - 2021-09-03 - Add `beforeInit` and `onReady` callbacks (thanks @myleslinder) diff --git a/package-lock.json b/package-lock.json index b6061ccf..4cc8f6c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-live-chat-loader", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-live-chat-loader", - "version": "2.6.1", + "version": "2.7.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.13.10", diff --git a/package.json b/package.json index 51756271..3ba9b9bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-live-chat-loader", - "version": "2.6.1", + "version": "2.7.0", "description": "Implement live chat in your react app without taking a performance hit.", "main": "dist/index.js", "module": "module/index.js",