diff --git a/CHANGELOG.md b/CHANGELOG.md index d8be6c2..531d9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.3](https://github.com/ktquez/vue-social-chat/compare/v0.1.2...v0.1.3) (2020-06-25) + + +### Bug Fixes + +* Make aria-expanded dynamic ([3e43380](https://github.com/ktquez/vue-social-chat/commit/3e43380863bd4bc164dad522d50592335027e724)) + ### [0.1.2](https://github.com/ktquez/vue-social-chat/compare/v0.1.1...v0.1.2) (2020-06-25) ### [0.1.1](https://github.com/ktquez/vue-social-chat/compare/v0.1.0...v0.1.1) (2020-06-25) diff --git a/package-lock.json b/package-lock.json index ca2b7bc..934e6e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-social-chat", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72173e2..a035f44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-social-chat", - "version": "0.1.2", + "version": "0.1.3", "description": "Vue.js component for your visitors and customers to send messages directly to you through social chats or customized form.", "main": "dist/vue-social-chat.ssr.js", "browser": "dist/vue-social-chat.esm.js",