From 3fe9208c645315b9c29730667c39c1dbe2657713 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 12 Oct 2021 15:03:47 +0200 Subject: [PATCH] Release v1.4.1 (#147) * Release v1.4.1 * Fix incorrect link in changelog --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b25d98..dce80d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.4.1](https://github.com/auth0/passport-auth0/tree/v1.4.1) (2020-10-22) +[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.1...v1.4.0) + +**Changed** +Replace request with axios [\#144](https://github.com/auth0/passport-auth0/pull/144) ([frederikprijck](https://github.com/frederikprijck)) + ## [v1.4.0](https://github.com/auth0/passport-auth0/tree/v1.4.0) (2020-10-22) [Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.0...v1.3.3) diff --git a/package-lock.json b/package-lock.json index 3472700..837c87d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8bb875e..2b0d130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.0", + "version": "1.4.1", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": {