diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0b8be..9baef43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/molvqingtai/WebChat/compare/v1.3.0...v1.3.1) (2024-10-16) + + +### Bug Fixes + +* missing tabs permission ([3cfc16c](https://github.com/molvqingtai/WebChat/commit/3cfc16c9ee0f3f46c8b5692c02e5c569f40744c9)) + # [1.3.0](https://github.com/molvqingtai/WebChat/compare/v1.2.2...v1.3.0) (2024-10-12) diff --git a/package.json b/package.json index 8c8ecd0..3f67877 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "web-chat", "displayName": "WebChat", - "version": "1.3.0", + "version": "1.3.1", "description": "Chat with anyone on any website.", "type": "module", "scripts": {