diff --git a/CHANGELOG.md b/CHANGELOG.md index 65254add..2983621c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0-beta.4](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.14.0-beta.3...v1.14.0-beta.4) (2024-03-08) + + +### Bug Fixes + +* set focus to new app window upon creation ([#202](https://github.com/agoralabs-sh/kibisis-web-extension/issues/202)) ([f7b7577](https://github.com/agoralabs-sh/kibisis-web-extension/commit/f7b757785c0df8bec6da6b5e08c3ddbd421e0649)) + # [1.14.0-beta.3](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.14.0-beta.2...v1.14.0-beta.3) (2024-03-07) diff --git a/package.json b/package.json index f0e8aaee..2e9da0b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/kibisis-web-extension", - "version": "1.14.0-beta.3", + "version": "1.14.0-beta.4", "description": "An AVM wallet in your browser that goes beyond just DeFi.", "main": "build/main.js", "repository": {