Skip to content

Commit 7db53c4

Browse files
committed
4.2.0
1 parent bc31cc0 commit 7db53c4

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
## 4.2.0 (2021-01-04)
2+
3+
* refactor: remove unused main variable ([bc31cc0](https://github.com/ph1p/figma-chat/commit/bc31cc0))
4+
* refactor: update dependencies and tidy up the socket connection a little bit ([3bd38fd](https://github.com/ph1p/figma-chat/commit/3bd38fd))
5+
* refactor(mobx): move to new mobx 6 and update build process ([d00e677](https://github.com/ph1p/figma-chat/commit/d00e677))
6+
* build: remove unused packages and downgrade terser ([5baf2cb](https://github.com/ph1p/figma-chat/commit/5baf2cb))
7+
* feat(codeql): add codeql workflow ([8ae6f28](https://github.com/ph1p/figma-chat/commit/8ae6f28))
8+
9+
10+
111
## <small>4.1.1 (2020-08-20)</small>
212

13+
* 4.1.1 ([5eb8f67](https://github.com/ph1p/figma-chat/commit/5eb8f67))
314
* fix: add some conditions and check if history is corrupt ([8807ec9](https://github.com/ph1p/figma-chat/commit/8807ec9))
415
* fix(todo): prevent todo list from opening on start ([408f505](https://github.com/ph1p/figma-chat/commit/408f505))
516
* build: remove yarn lock ([ade23a6](https://github.com/ph1p/figma-chat/commit/ade23a6))
@@ -91,13 +102,13 @@
91102
## <small>2.4.1 (2020-04-06)</small>
92103

93104
* 2.4.1 ([1567022](https://github.com/ph1p/figma-chat/commit/1567022))
105+
* fix(deps): audit fix some dependencies ([a5cb723](https://github.com/ph1p/figma-chat/commit/a5cb723))
94106
* fix(sound): create new instance to play sound immediately ([7d69be0](https://github.com/ph1p/figma-chat/commit/7d69be0))
95107

96108

97109

98110
## 2.4.0 (2020-04-06)
99111

100-
* fix(deps): audit fix some dependencies ([a5cb723](https://github.com/ph1p/figma-chat/commit/a5cb723))
101112
* 2.4.0 ([d53cd73](https://github.com/ph1p/figma-chat/commit/d53cd73))
102113
* feat(settings): add new notification settings and sound ([2d65d72](https://github.com/ph1p/figma-chat/commit/2d65d72))
103114

@@ -113,15 +124,10 @@
113124

114125
## <small>2.3.2 (2020-03-13)</small>
115126

127+
* 2.3.1 ([8c6f2d3](https://github.com/ph1p/figma-chat/commit/8c6f2d3))
116128
* 2.3.2 ([22feff1](https://github.com/ph1p/figma-chat/commit/22feff1))
117129
* fix(build): set import names correct ([de2af61](https://github.com/ph1p/figma-chat/commit/de2af61))
118130
* fix(input): ability to type ã õ á é etc characters ([a3a4633](https://github.com/ph1p/figma-chat/commit/a3a4633)), closes [#3](https://github.com/ph1p/figma-chat/issues/3)
119-
120-
121-
122-
## <small>2.3.1 (2020-02-06)</small>
123-
124-
* 2.3.1 ([8c6f2d3](https://github.com/ph1p/figma-chat/commit/8c6f2d3))
125131
* fix(relaunch): fix message on relaunch ([33346fe](https://github.com/ph1p/figma-chat/commit/33346fe))
126132
* refactor(rename): write all tsx files with capital letters ([eedc1b8](https://github.com/ph1p/figma-chat/commit/eedc1b8))
127133
* build(deps): update dependencies ([018d251](https://github.com/ph1p/figma-chat/commit/018d251))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.1",
3+
"version": "4.2.0",
44
"description": "",
55
"main": "code.js",
66
"scripts": {

0 commit comments

Comments
 (0)