Skip to content

Commit b3d4fdb

Browse files
authored
Merge pull request #58 from TimoBechtel/release-please--branches--main--components--@SocketDB
2 parents 234aa59 + 39aa61b commit b3d4fdb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [7.2.0](https://github.com/TimoBechtel/socketdb/compare/v7.1.0...v7.2.0) (2023-06-02)
4+
5+
6+
### Features
7+
8+
* allow sending a disconnect reason to the client ([03f8fdb](https://github.com/TimoBechtel/socketdb/commit/03f8fdbb336680efd5b8681c696725ea91bbc4e5))
9+
* **server:** add api to manage client connections ([a792f41](https://github.com/TimoBechtel/socketdb/commit/a792f411e8c613197accf0a17b995e85f2265644))
10+
311
## [7.1.0](https://github.com/TimoBechtel/socketdb/compare/v7.0.0...v7.1.0) (2023-04-30)
412

513

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

0 commit comments

Comments
 (0)