File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ v1.6.0] ( https://github.com/kinde-oss/kinde-node-express/compare/v1.5.0...v1.6.0 )
8+
9+ - chore: change type imports [ ` #33 ` ] ( https://github.com/kinde-oss/kinde-node-express/pull/33 )
10+ - fix: cjs build [ ` #32 ` ] ( https://github.com/kinde-oss/kinde-node-express/pull/32 )
11+ - feat: add bearer token route protection. [ ` #31 ` ] ( https://github.com/kinde-oss/kinde-node-express/pull/31 )
12+ - chore: prettier [ ` cc2557d ` ] ( https://github.com/kinde-oss/kinde-node-express/commit/cc2557d582c78130b2171687518f283c738fa3b0 )
13+ - fix: improve error checking over malformed Authorization header [ ` f459555 ` ] ( https://github.com/kinde-oss/kinde-node-express/commit/f459555be8bb025a4381c0c10fa0aed5e568009d )
14+ - fix: missing return statements in middleware [ ` 3b15097 ` ] ( https://github.com/kinde-oss/kinde-node-express/commit/3b15097003cc6437c969da29799c0c3ecf9e270a )
15+
716#### [ v1.5.0] ( https://github.com/kinde-oss/kinde-node-express/compare/v1.4.1...v1.5.0 )
817
18+ > 29 May 2024
19+
920- chore: switch to rollup for better builds [ ` #30 ` ] ( https://github.com/kinde-oss/kinde-node-express/pull/30 )
21+ - chore: release v1.5.0 [ ` 440e8a3 ` ] ( https://github.com/kinde-oss/kinde-node-express/commit/440e8a3205f48c5362042a4f4f8b596f40a7278c )
1022
1123#### [ v1.4.1] ( https://github.com/kinde-oss/kinde-node-express/compare/v1.4.0...v1.4.1 )
1224
Original file line number Diff line number Diff line change 11{
22 "name" : " @kinde-oss/kinde-node-express" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .0" ,
44 "description" : " Kinde SDK for traditional Node.js Express web apps that run on the server" ,
55 "main" : " dist-cjs/index.cjs" ,
66 "module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments