diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b196377 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 22debfd..62ea99d 100644 --- a/package.json +++ b/package.json @@ -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",