Skip to content

Commit

Permalink
Merge pull request #73 from TimoBechtel/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--@SocketDB

chore(main): release 8.1.0
  • Loading branch information
TimoBechtel authored Jul 13, 2023
2 parents 7ced869 + b0a1b87 commit b991ada
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b991ada

Please sign in to comment.