diff --git a/.version b/.version index d3d7f9ff2..ecd038577 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v13.2.0 \ No newline at end of file +v13.3.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe96b7e1..1f68d5dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## [v13.2.0](https://github.com/auth0/lock/tree/v13.1.0) (2025-08-07) +## [v13.3.0](https://github.com/auth0/lock/tree/v13.3.0) (2026-03-23) + + + +## [v13.2.0](https://github.com/auth0/lock/tree/v13.2.0) (2025-08-07) **Fixes** - Update old Twitter icon and name to "X" [\#2649](https://github.com/auth0/lock/pull/2649) ([ diff --git a/README.md b/README.md index 37adc8e5c..1f2e89d90 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ From CDN ```html - + ``` ### Configure Auth0 diff --git a/package-lock.json b/package-lock.json index dc3a9fcae..4262a6e4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-lock", - "version": "13.2.0", + "version": "13.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-lock", - "version": "13.2.0", + "version": "13.3.0", "license": "MIT", "dependencies": { "auth0-js": "^9.27.0", diff --git a/package.json b/package.json index c3f4e0e58..71bb731a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "13.2.0", + "version": "13.3.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",