Skip to content

Commit b991ada

Browse files
authored
Merge pull request #73 from TimoBechtel/release-please--branches--main--components--@SocketDB
chore(main): release 8.1.0
2 parents 7ced869 + b0a1b87 commit b991ada

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [8.1.0](https://github.com/TimoBechtel/socketdb/compare/v8.0.2...v8.1.0) (2023-07-13)
4+
5+
6+
### Features
7+
8+
* **client:** allow unsubscribing the "once" call ([0fca516](https://github.com/TimoBechtel/socketdb/commit/0fca516cf7a52424fe97ca070a19aa726a1c9d6a))
9+
10+
11+
### Bug Fixes
12+
13+
* **client:** issues with reconnecting after a disconnect ([de37704](https://github.com/TimoBechtel/socketdb/commit/de377043cbac7387deae1c56dcab52e2450f17f3))
14+
* **client:** websocket reconnection issues ([339d190](https://github.com/TimoBechtel/socketdb/commit/339d190af3e9dd83c71ddb1c3e7b8ec37cd85509))
15+
316
## [8.0.2](https://github.com/TimoBechtel/socketdb/compare/v8.0.1...v8.0.2) (2023-07-13)
417

518

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": "8.0.2",
3+
"version": "8.1.0",
44
"description": "Real-time synchronized data storage",
55
"homepage": "https://socketdb.com",
66
"license": "MIT",

0 commit comments

Comments
 (0)