Skip to content

Commit 90a685e

Browse files
chore(release): 1.0.0
# 1.0.0 (2022-11-01) ### Bug Fixes * backwads compatibility with passport-jwt ([6f81ad2](6f81ad2)) * **cicd:** semantic release ([cdb852d](cdb852d)) * correct missing passReqToCallback ([bd9b350](bd9b350)) * **depencency:** remove async ([2d8cb59](2d8cb59)) * **multi strategy:** bugfix long call when jwt token outdated ([5eb8633](5eb8633)) * return errors during verified check ([5e7a004](5e7a004)) ### Features * accept array of configurations ([bf7aa95](bf7aa95)) * **cicd:** github sanofi ([0eecd18](0eecd18)) * **cicd:** semantic release ([5786cb5](5786cb5)) * **debug:** passthrough ([63fb25c](63fb25c))
1 parent cdb852d commit 90a685e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 1.0.0 (2022-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* backwads compatibility with passport-jwt ([6f81ad2](https://github.com/sanofi-iadc/passport-multi-jwt/commit/6f81ad2412de0768be9d73b28913d047e3159804))
7+
* **cicd:** semantic release ([cdb852d](https://github.com/sanofi-iadc/passport-multi-jwt/commit/cdb852d856de380be98fa6d444ee94194eececb6))
8+
* correct missing passReqToCallback ([bd9b350](https://github.com/sanofi-iadc/passport-multi-jwt/commit/bd9b3509d4a494cb40327e58ee2942d94130fec1))
9+
* **depencency:** remove async ([2d8cb59](https://github.com/sanofi-iadc/passport-multi-jwt/commit/2d8cb59ed992aac16a28c5cdbe54536485676afe))
10+
* **multi strategy:** bugfix long call when jwt token outdated ([5eb8633](https://github.com/sanofi-iadc/passport-multi-jwt/commit/5eb86330d05bee351b265762e61a97780e538918))
11+
* return errors during verified check ([5e7a004](https://github.com/sanofi-iadc/passport-multi-jwt/commit/5e7a0049d764aeb9baa6e62bdf4c05cb7b5b75e3))
12+
13+
14+
### Features
15+
16+
* accept array of configurations ([bf7aa95](https://github.com/sanofi-iadc/passport-multi-jwt/commit/bf7aa9532285e8c4cfbd8f803581faa1b2437099))
17+
* **cicd:** github sanofi ([0eecd18](https://github.com/sanofi-iadc/passport-multi-jwt/commit/0eecd185db5f8f2485d31cda193552c19d75c3e6))
18+
* **cicd:** semantic release ([5786cb5](https://github.com/sanofi-iadc/passport-multi-jwt/commit/5786cb53ea5e8f6ab1a9340a75c531e9d7d6412f))
19+
* **debug:** passthrough ([63fb25c](https://github.com/sanofi-iadc/passport-multi-jwt/commit/63fb25c1cff77a31d3753098cade854b753bfaf1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanofi-iadc/passport-multi-jwt",
3-
"version": "0.0.9",
3+
"version": "1.0.0",
44
"description": "Passport authentication strategy using JSON Web Tokens with multiple providers. Fully backwards compatible with passport-jwt.",
55
"main": "./lib",
66
"private": false,

0 commit comments

Comments
 (0)