Skip to content

Commit eb600d5

Browse files
committed
Release 1.4.2
1 parent 16abf77 commit eb600d5

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)