diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6d989..68292ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/TimoBechtel/socketdb/compare/v2.0.0...v2.1.0) (2020-12-05) + + +### Features + +* **client:** automatically reconnect on connection lost ([06c636b](https://github.com/TimoBechtel/socketdb/commit/06c636be0fc0ba266776ed10e6638a8394c8639f)) + # [2.0.0](https://github.com/TimoBechtel/socketdb/compare/v1.0.0...v2.0.0) (2020-11-23) diff --git a/package.json b/package.json index 895f188..59bb2c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socketdb", - "version": "2.0.0", + "version": "2.1.0", "description": "Real-time synchronized data storage", "main": "dist/index.js", "types": "dist/index.d.ts",