2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

chore(release): v1.0.0

This commit is contained in:
divlo 2020-12-29 04:51:35 +01:00
parent 35e7ad11ef
commit fbd95aee19
2 changed files with 4 additions and 1 deletions

3
CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
# [1.0.0](https://github.com/Thream/socketio-jwt/compare/v4.6.2...v1.0.0) (2020-12-29)
Initial release.

View File

@ -1,6 +1,6 @@
{
"name": "@thream/socketio-jwt",
"version": "0.0.1",
"version": "1.0.0",
"description": "Authenticate socket.io incoming connections with JWTs.",
"license": "MIT",
"main": "build/index.js",