Skip to content

Commit

Permalink
Release v1.4.3 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Aug 17, 2022
1 parent 7771d2d commit c42fe8d
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.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)

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.2",
"version": "1.4.3",
"description": "Auth0 platform authentication strategy for Passport.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c42fe8d

Please sign in to comment.