From 9217fb331c1933dc6e3ca8e7a89a619bf650a00e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Dec 2020 23:58:30 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",