Skip to content

Commit f244f1f

Browse files
committed
4.3.0
1 parent 6d5d16c commit f244f1f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## 4.3.0 (2021-03-11)
2+
3+
* fix(socket): initialize socket with null ([6d5d16c](https://github.com/ph1p/figma-chat/commit/6d5d16c))
4+
* fix(store): fix "strict" warning ([9f9a294](https://github.com/ph1p/figma-chat/commit/9f9a294))
5+
* refactor: reduce bundle size ([f180513](https://github.com/ph1p/figma-chat/commit/f180513))
6+
* refactor: update store, move to eslint add socket hook ([ca69c30](https://github.com/ph1p/figma-chat/commit/ca69c30))
7+
* refactor(build): optimize build size ([9be3ed3](https://github.com/ph1p/figma-chat/commit/9be3ed3))
8+
9+
10+
111
## <small>4.2.3 (2021-03-10)</small>
212

13+
* 4.2.3 ([ce6f54b](https://github.com/ph1p/figma-chat/commit/ce6f54b))
314
* fix(mobx): add action for window focus ([316da82](https://github.com/ph1p/figma-chat/commit/316da82))
415
* build(deps): update all dependencies ([853302c](https://github.com/ph1p/figma-chat/commit/853302c))
516
* refactor: add https to svgs ([77506f1](https://github.com/ph1p/figma-chat/commit/77506f1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-chat",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "",
55
"main": "code.js",
66
"scripts": {

0 commit comments

Comments
 (0)