diff --git a/CHANGELOG.md b/CHANGELOG.md index f12eb128e..e55bf19f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v11.30.5](https://github.com/auth0/lock/tree/v11.30.5) (2021-09-13) +[Full Changelog](https://github.com/auth0/lock/compare/v11.30.4...v11.30.5) + +**Changed** + +[SDK-2708] Use `domain` value for client assets download instead of `cdn.*.auth0.com` [\#2029](https://github.com/auth0/lock/pull/2029) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Fixed** + +Inline `util.format` and replace usage of `global` for `window` [\#2030](https://github.com/auth0/lock/pull/2030) ([stevehobbsdev](https://github.com/stevehobbsdev)) + ## [v11.30.4](https://github.com/auth0/lock/tree/v11.30.4) (2021-07-12) [Full Changelog](https://github.com/auth0/lock/compare/v11.30.3...v11.30.4) diff --git a/README.md b/README.md index 83b391511..d056d86ea 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ From CDN ```html - + ``` From [npm](https://npmjs.org) diff --git a/bower.json b/bower.json index e48637fee..6519c6072 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.30.4", + "version": "11.30.5", "main": "build/lock.js", "ignore": [ "lib-cov", diff --git a/package.json b/package.json index 113240fe6..5ff166a59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.30.4", + "version": "11.30.5", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",