mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
chore(release): v1.0.1
This commit is contained in:
parent
0e3055a6b5
commit
92d1ecd7e0
@ -1,3 +1,9 @@
|
||||
# [1.0.0](https://github.com/Thream/socketio-jwt/compare/v4.6.2...v1.0.0) (2020-12-29)
|
||||
# Changelog
|
||||
|
||||
## [1.0.1](https://github.com/Thream/socketio-jwt/compare/v1.0.0...v1.0.1) (2020-12-29)
|
||||
|
||||
- docs(readme): fix usage section by correctly importing `authorize`
|
||||
|
||||
## [1.0.0](https://github.com/Thream/socketio-jwt/compare/v4.6.2...v1.0.0) (2020-12-29)
|
||||
|
||||
Initial release.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@thream/socketio-jwt",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Authenticate socket.io incoming connections with JWTs.",
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user