Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-09 12:52:33 +02:00
parent 4f84876c1e
commit 83e20760f2
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
4 changed files with 22 additions and 3 deletions

View File

@ -21,7 +21,7 @@
},
"dependencies": {
"@anticrm/dev-storage": "~0.6.3",
"@anticrm/server-ws": "~0.6.5",
"@anticrm/server-ws": "~0.6.6",
"@anticrm/core": "~0.6.8",
"@anticrm/platform": "~0.6.5",
"jwt-simple": "~0.5.6",

View File

@ -1,6 +1,18 @@
{
"name": "@anticrm/server-ws",
"entries": [
{
"version": "0.6.6",
"tag": "@anticrm/server-ws_v0.6.6",
"date": "Mon, 09 Aug 2021 10:52:12 GMT",
"comments": {
"patch": [
{
"comment": "fix"
}
]
}
},
{
"version": "0.6.5",
"tag": "@anticrm/server-ws_v0.6.5",

View File

@ -1,6 +1,13 @@
# Change Log - @anticrm/server-ws
This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified.
This log was last generated on Mon, 09 Aug 2021 10:52:12 GMT and should not be manually modified.
## 0.6.6
Mon, 09 Aug 2021 10:52:12 GMT
### Patches
- fix
## 0.6.5
Sun, 08 Aug 2021 21:05:26 GMT

View File

@ -1,6 +1,6 @@
{
"name": "@anticrm/server-ws",
"version": "0.6.5",
"version": "0.6.6",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",