Skip to content

Commit eedea65

Browse files
author
Steve Hobbs
authored
Release 11.30.5 (#2034)
1 parent c9f2f09 commit eedea65

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v11.30.5](https://github.com/auth0/lock/tree/v11.30.5) (2021-09-13)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.4...v11.30.5)
5+
6+
**Changed**
7+
8+
[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))
9+
10+
**Fixed**
11+
12+
Inline `util.format` and replace usage of `global` for `window` [\#2030](https://github.com/auth0/lock/pull/2030) ([stevehobbsdev](https://github.com/stevehobbsdev))
13+
314
## [v11.30.4](https://github.com/auth0/lock/tree/v11.30.4) (2021-07-12)
415
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.3...v11.30.4)
516

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ From CDN
2424

2525
```html
2626
<!-- Latest patch release (recommended for production) -->
27-
<script src="https://cdn.auth0.com/js/lock/11.30.4/lock.min.js"></script>
27+
<script src="https://cdn.auth0.com/js/lock/11.30.5/lock.min.js"></script>
2828
```
2929

3030
From [npm](https://npmjs.org)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.4",
3+
"version": "11.30.5",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.4",
3+
"version": "11.30.5",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)