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 21b1a94 commit fb8c095Copy full SHA for fb8c095
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.1.2](https://github.com/TimoBechtel/socketdb/compare/v2.1.1...v2.1.2) (2020-12-19)
2
+
3
4
+### Bug Fixes
5
6
+* **dependencies:** fix missing ws dependency ([5e56c75](https://github.com/TimoBechtel/socketdb/commit/5e56c75a5f5b144f3b2c2573e2161997004f5b2e))
7
8
## [2.1.1](https://github.com/TimoBechtel/socketdb/compare/v2.1.0...v2.1.1) (2020-12-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "socketdb",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Real-time synchronized data storage",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments