Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2020-11-23)

### Bug Fixes

* **client:** add check for window object ([5b0cbc5](5b0cbc5))

### Features

* replace socket.io with native websockets ([8892b41](8892b41))

### BREAKING CHANGES

* API for initializing Server and Client was changed. It does not need a socket.io instance anymore.
  • Loading branch information
semantic-release-bot committed Nov 23, 2020
1 parent 5b0cbc5 commit 845d21e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/TimoBechtel/socketdb/compare/v1.0.0...v2.0.0) (2020-11-23)


### Bug Fixes

* **client:** add check for window object ([5b0cbc5](https://github.com/TimoBechtel/socketdb/commit/5b0cbc54d883bbc7dfa8d366bacec73b67df7464))


### Features

* replace socket.io with native websockets ([8892b41](https://github.com/TimoBechtel/socketdb/commit/8892b41e77ccce2a689df3c16fcb04da164e4973))


### BREAKING CHANGES

* API for initializing Server and Client was changed. It does not need a socket.io instance anymore.

# 1.0.0 (2020-11-19)


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": "1.0.0",
"version": "2.0.0",
"description": "Real-time synchronized data storage",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 845d21e

Please sign in to comment.