Skip to content

Commit d8862ef

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2021-02-11) ### Features * **plugins:** add hook based plugin system ([a40b61a](a40b61a)), closes [#8](#8)
1 parent a0abb73 commit d8862ef

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.1.0](https://github.com/TimoBechtel/socketdb/compare/v3.0.0...v3.1.0) (2021-02-11)
2+
3+
4+
### Features
5+
6+
* **plugins:** add hook based plugin system ([a40b61a](https://github.com/TimoBechtel/socketdb/commit/a40b61ab69d9846146dfff9c845adbfc3ef5a2ff)), closes [#8](https://github.com/TimoBechtel/socketdb/issues/8)
7+
18
# [3.0.0](https://github.com/TimoBechtel/socketdb/compare/v2.2.0...v3.0.0) (2021-01-30)
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.0.0",
3+
"version": "3.1.0",
44
"description": "Real-time synchronized data storage",
55
"homepage": "https://timobechtel.github.io/socketdb/",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)