Skip to content

Commit

Permalink
5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Jul 4, 2020
1 parent 1b4aaed commit e75e2cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [5.1.2] - 2020.07.xx
## [5.1.2] - 2020.07.05

### Misc

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "5.1.1",
"version": "5.1.2",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand All @@ -14,7 +14,10 @@
},
"mocha": {
"reporter": "dot",
"require": ["ts-node/register/transpile-only", "./src/test/common.ts"],
"require": [
"ts-node/register/transpile-only",
"./src/test/common.ts"
],
"exit": true
},
"scripts": {
Expand Down

0 comments on commit e75e2cf

Please sign in to comment.