From b0a1b876dd2e7e1127e0162ab43017baa654fa2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:48:13 +0000 Subject: [PATCH] chore(main): release 8.1.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527043d..2c6e20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [8.1.0](https://github.com/TimoBechtel/socketdb/compare/v8.0.2...v8.1.0) (2023-07-13) + + +### Features + +* **client:** allow unsubscribing the "once" call ([0fca516](https://github.com/TimoBechtel/socketdb/commit/0fca516cf7a52424fe97ca070a19aa726a1c9d6a)) + + +### Bug Fixes + +* **client:** issues with reconnecting after a disconnect ([de37704](https://github.com/TimoBechtel/socketdb/commit/de377043cbac7387deae1c56dcab52e2450f17f3)) +* **client:** websocket reconnection issues ([339d190](https://github.com/TimoBechtel/socketdb/commit/339d190af3e9dd83c71ddb1c3e7b8ec37cd85509)) + ## [8.0.2](https://github.com/TimoBechtel/socketdb/compare/v8.0.1...v8.0.2) (2023-07-13) diff --git a/package.json b/package.json index 5d343d0..6bbccdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socketdb", - "version": "8.0.2", + "version": "8.1.0", "description": "Real-time synchronized data storage", "homepage": "https://socketdb.com", "license": "MIT",