Skip to content

Commit ae4a7c6

Browse files
authored
Merge pull request #427 from auth0/release-1.4.2
Release 1.4.2
2 parents 16abf77 + eb600d5 commit ae4a7c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.4.1](https://github.com/auth0/nextjs-auth0/tree/v1.4.1) (2021-06-24)
1+
## [1.4.2](https://github.com/auth0/nextjs-auth0/tree/v1.4.2) (2021-06-24)
22

33
**Fixed**
44

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": "@auth0/nextjs-auth0",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Next.js SDK for signing in with Auth0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.4.1';
1+
export default '1.4.2';

0 commit comments

Comments
 (0)