diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cbb9b..d26dfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.4.3](https://github.com/auth0/passport-auth0/tree/v1.4.3) (2022-08-16) +[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.2...v1.4.3) + +**Fixed** +- Add missing commas so that "use strict" works [\#161](https://github.com/auth0/passport-auth0/pull/161) ([jimrandomh](https://github.com/jimrandomh)) + ## [v1.4.2](https://github.com/auth0/passport-auth0/tree/v1.4.2) (2022-01-19) [Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.2...v1.4.1) diff --git a/package-lock.json b/package-lock.json index b30f4c1..17584c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index afc1907..1053ac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.2", + "version": "1.4.3", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": {