chore(release): 0.1.0

This commit is contained in:
Damien Arrachequesne
2021-06-14 08:02:20 +02:00
parent f2e3d162ab
commit eb01ff5803
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
# 0.1.0 (2021-06-14)
Initial commit

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@socket.io/postgres-emitter",
"version": "0.0.1",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@socket.io/postgres-emitter",
"version": "0.0.1",
"version": "0.1.0",
"description": "The Socket.IO Postgres emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process",
"license": "MIT",
"repository": {