diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9ce56a..d43f3c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
+## 4.2.3 (2021-03-10)
+
+* fix(mobx): add action for window focus ([316da82](https://github.com/ph1p/figma-chat/commit/316da82))
+* build(deps): update all dependencies ([853302c](https://github.com/ph1p/figma-chat/commit/853302c))
+* refactor: add https to svgs ([77506f1](https://github.com/ph1p/figma-chat/commit/77506f1))
+* refactor(naming): rename icon components ([f1c9446](https://github.com/ph1p/figma-chat/commit/f1c9446))
+* refactor(style): add generic font family ([e82acd5](https://github.com/ph1p/figma-chat/commit/e82acd5))
+
+
+
## 4.2.2 (2021-02-01)
+* 4.2.2 ([ab42310](https://github.com/ph1p/figma-chat/commit/ab42310))
* refactor(style): move font and global style into own css file and update dependencies ([27435af](https://github.com/ph1p/figma-chat/commit/27435af))
diff --git a/package-lock.json b/package-lock.json
index 2e448dd..de0e5d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "figma-chat",
- "version": "4.2.2",
+ "version": "4.2.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "4.2.2",
+ "version": "4.2.3",
"license": "ISC",
"dependencies": {
"@figma/plugin-typings": "^1.19.2",
diff --git a/package.json b/package.json
index 30c4e13..9e62707 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "figma-chat",
- "version": "4.2.2",
+ "version": "4.2.3",
"description": "",
"main": "code.js",
"scripts": {