Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Mar 11, 2021
1 parent 6d5d16c commit f244f1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## 4.3.0 (2021-03-11)

* fix(socket): initialize socket with null ([6d5d16c](https://github.com/ph1p/figma-chat/commit/6d5d16c))
* fix(store): fix "strict" warning ([9f9a294](https://github.com/ph1p/figma-chat/commit/9f9a294))
* refactor: reduce bundle size ([f180513](https://github.com/ph1p/figma-chat/commit/f180513))
* refactor: update store, move to eslint add socket hook ([ca69c30](https://github.com/ph1p/figma-chat/commit/ca69c30))
* refactor(build): optimize build size ([9be3ed3](https://github.com/ph1p/figma-chat/commit/9be3ed3))



## <small>4.2.3 (2021-03-10)</small>

* 4.2.3 ([ce6f54b](https://github.com/ph1p/figma-chat/commit/ce6f54b))
* 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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-chat",
"version": "4.2.3",
"version": "4.3.0",
"description": "",
"main": "code.js",
"scripts": {
Expand Down

0 comments on commit f244f1f

Please sign in to comment.