From 9e55d23244eba4a20d2d0a21deeb8c2e658160e3 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 19 Jan 2022 14:18:52 +0100 Subject: [PATCH] Release v1.4.2 (#151) --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce80d3..e7cbb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log -## [v1.4.1](https://github.com/auth0/passport-auth0/tree/v1.4.1) (2020-10-22) +## [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) + +**Fixed** +Upgrade axios from 0.21.4 to 0.22.0 [\#149](https://github.com/auth0/passport-auth0/pull/149) ([snyk-bot](https://github.com/snyk-bot)) + +## [v1.4.1](https://github.com/auth0/passport-auth0/tree/v1.4.1) (2021-10-13) [Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.1...v1.4.0) **Changed** diff --git a/package-lock.json b/package-lock.json index d39c39c..48b0957 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38053b1..4cbce72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.1", + "version": "1.4.2", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": {