Skip to content

Commit 534b18f

Browse files
chore(release): 3.6.1 [skip ci]
## [3.6.1](v3.6.0...v3.6.1) (2021-02-17) ### Bug Fixes * **client:** once cancels other subscriptions ([7e68a87](7e68a87)), closes [#20](#20)
1 parent 7e68a87 commit 534b18f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.6.1](https://github.com/TimoBechtel/socketdb/compare/v3.6.0...v3.6.1) (2021-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** once cancels other subscriptions ([7e68a87](https://github.com/TimoBechtel/socketdb/commit/7e68a87c23973c4eeb4800345c5903d76a0aa8e6)), closes [#20](https://github.com/TimoBechtel/socketdb/issues/20)
7+
18
# [3.6.0](https://github.com/TimoBechtel/socketdb/compare/v3.5.1...v3.6.0) (2021-02-15)
29

310

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": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Real-time synchronized data storage",
55
"homepage": "https://timobechtel.github.io/socketdb/",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)