We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c26ec4 commit 0789d94Copy full SHA for 0789d94
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [3.6.0](https://github.com/TimoBechtel/socketdb/compare/v3.5.1...v3.6.0) (2021-02-15)
2
+
3
4
+### Features
5
6
+* **client:** add disconnnect function ([2c26ec4](https://github.com/TimoBechtel/socketdb/commit/2c26ec47676f96d7f46eb017398788be08e9f55c))
7
8
## [3.5.1](https://github.com/TimoBechtel/socketdb/compare/v3.5.0...v3.5.1) (2021-02-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "socketdb",
- "version": "3.5.1",
+ "version": "3.6.0",
"description": "Real-time synchronized data storage",
"homepage": "https://timobechtel.github.io/socketdb/",
"main": "dist/index.js",
0 commit comments