From fd79d992351c5444d62cb8661ee74fa7eaa697ca Mon Sep 17 00:00:00 2001 From: divlo Date: Thu, 7 Jan 2021 14:32:55 +0100 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abcb91..d91f43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog +## [1.1.0](https://github.com/Thream/socketio-jwt/compare/v1.0.1...v1.1.0) (2021-01-07) + +### Features + +- add algorithms option ([abbabc5](https://github.com/Thream/socketio-jwt/commit/abbabc588e3ea8b906fa0a0dcc83c91a3b5b5ea8)) +- add support for jwks-rsa ([#1](https://github.com/Thream/socketio-jwt/issues/1)) ([261e8d6](https://github.com/Thream/socketio-jwt/commit/261e8d66e2ec6fefb77429abcef8f846d996ecac)) +- improve types by extending socket.io module ([#6](https://github.com/Thream/socketio-jwt/issues/6)) ([84b523f](https://github.com/Thream/socketio-jwt/commit/84b523f4348c81933887f0dc700f438c84bd779a)) + ## [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` +### Documentation + +- 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) diff --git a/package.json b/package.json index 71aa4c5..5806c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thream/socketio-jwt", - "version": "1.0.1", + "version": "1.1.0", "description": "Authenticate socket.io incoming connections with JWTs.", "license": "MIT", "main": "build/index.js",