Skip to content

Commit

Permalink
Release v1.4.1 (#147)
Browse files Browse the repository at this point in the history
* Release v1.4.1

* Fix incorrect link in changelog
  • Loading branch information
frederikprijck committed Oct 12, 2021
1 parent 7e5bd48 commit 3fe9208
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3fe9208

Please sign in to comment.