Skip to content

Commit

Permalink
5.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Apr 16, 2020
1 parent 11efe22 commit bdf388f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [5.0.13] - 2020.04.16

### Fix

- Fixing issue where record updates via clusters didn't always get sent correctly to subscribers

### Misc

- Updating dependencies

## [5.0.12] - 2020.03.06

### Fix
Expand Down
53 changes: 41 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "5.0.12",
"version": "5.0.13",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"ws": "^7.2.3"
},
"devDependencies": {
"@deepstream/client": "^5.0.7",
"@deepstream/client": "^5.0.8",
"@types/adm-zip": "^0.4.33",
"@types/body-parser": "^1.19.0",
"@types/content-type": "^1.1.3",
Expand All @@ -69,11 +69,11 @@
"@types/mocha": "^7.0.2",
"@types/needle": "^2.0.4",
"@types/node": "^13.11.1",
"@types/pino": "^5.17.0",
"@types/pino": "^6.0.0",
"@types/sinon": "^9.0.0",
"@types/sinon-chai": "^3.2.4",
"@types/uuid": "^7.0.2",
"@types/ws": "^7.2.3",
"@types/ws": "^7.2.4",
"async": "^3.2.0",
"chai": "^4.2.0",
"coveralls": "^3.0.11",
Expand Down

0 comments on commit bdf388f

Please sign in to comment.