Skip to content

Commit 7de8bc6

Browse files
authored
Merge pull request #45 from TimoBechtel/release-please--branches--main--components--@SocketDB
2 parents 3fba9cd + 83d2e95 commit 7de8bc6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [6.1.0](https://github.com/TimoBechtel/socketdb/compare/v6.0.0...v6.1.0) (2023-02-10)
4+
5+
6+
### Features
7+
8+
* **server:** add schema type for the server ([91dee56](https://github.com/TimoBechtel/socketdb/commit/91dee564bdabdc77168a6a092cbee4d2d95d730f))
9+
10+
11+
### Bug Fixes
12+
13+
* **client:** wrong schema for the root instance ([1b6abb8](https://github.com/TimoBechtel/socketdb/commit/1b6abb8818b647391941bf3bdb82577513790efe))
14+
315
## [6.0.0](https://github.com/TimoBechtel/socketdb/compare/v5.0.1...v6.0.0) (2023-02-09)
416

517

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

0 commit comments

Comments
 (0)