Skip to content

Commit e94695f

Browse files
chore(release): 1.8.1 [skip ci]
## [1.8.1](v1.8.0...v1.8.1) (2023-05-20) ### Bug Fixes * Refactor socket server code to re check permissions using platformId when organization.dbUrl is false. ([e0cae7a](e0cae7a)) * updated dependencies to their latest versions ([84d2f1d](84d2f1d))
1 parent 84d2f1d commit e94695f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.8.1](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.8.0...v1.8.1) (2023-05-20)
2+
3+
4+
### Bug Fixes
5+
6+
* Refactor socket server code to re check permissions using platformId when organization.dbUrl is false. ([e0cae7a](https://github.com/CoCreate-app/CoCreate-socket-server/commit/e0cae7a0a2eb9c740f36a3306fc038a9c68329ab))
7+
* updated dependencies to their latest versions ([84d2f1d](https://github.com/CoCreate-app/CoCreate-socket-server/commit/84d2f1d0a67b021682f5b9b543ededb995830231))
8+
19
# [1.8.0](https://github.com/CoCreate-app/CoCreate-socket-server/compare/v1.7.7...v1.8.0) (2023-05-19)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/socket-server",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "CoCreate-socket-server",
55
"keywords": [
66
"cocreate-socket",
@@ -47,4 +47,4 @@
4747
"express": "^4.17.1",
4848
"ws": "7.5.9"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)