Skip to content

Commit c42fe8d

Browse files
Release v1.4.3 (#162)
1 parent 7771d2d commit c42fe8d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v1.4.3](https://github.com/auth0/passport-auth0/tree/v1.4.3) (2022-08-16)
4+
[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.2...v1.4.3)
5+
6+
**Fixed**
7+
- Add missing commas so that "use strict" works [\#161](https://github.com/auth0/passport-auth0/pull/161) ([jimrandomh](https://github.com/jimrandomh))
8+
39
## [v1.4.2](https://github.com/auth0/passport-auth0/tree/v1.4.2) (2022-01-19)
410
[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.2...v1.4.1)
511

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-auth0",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Auth0 platform authentication strategy for Passport.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)