Skip to content

Commit fb8c095

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2020-12-19) ### Bug Fixes * **dependencies:** fix missing ws dependency ([5e56c75](5e56c75))
1 parent 21b1a94 commit fb8c095

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [2.1.1](https://github.com/TimoBechtel/socketdb/compare/v2.1.0...v2.1.1) (2020-12-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socketdb",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Real-time synchronized data storage",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)