Skip to content

Commit

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

chore(main): release 8.0.0
  • Loading branch information
TimoBechtel authored Jul 13, 2023
2 parents a1d8fea + 0688566 commit 863fee5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [8.0.0](https://github.com/TimoBechtel/socketdb/compare/v7.2.0...v8.0.0) (2023-07-12)


### ⚠ BREAKING CHANGES

* **client:** The client now requires a ".connect()" call to establish a connection.

### Features

* **client:** add connect function to allow initializing without connecting ([5910eac](https://github.com/TimoBechtel/socketdb/commit/5910eac84d6100ff02102df96477dfdc92505acf))


### Bug Fixes

* **docs:** broken links ([a1d8fea](https://github.com/TimoBechtel/socketdb/commit/a1d8fea8376276434110c3d2810c773e7873408b))

## [7.2.0](https://github.com/TimoBechtel/socketdb/compare/v7.1.0...v7.2.0) (2023-06-02)


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": "7.2.0",
"version": "8.0.0",
"description": "Real-time synchronized data storage",
"homepage": "https://socketdb.com",
"license": "MIT",
Expand Down

1 comment on commit 863fee5

@vercel
Copy link

@vercel vercel bot commented on 863fee5 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.