Skip to content

Commit

Permalink
Release 11.30.5 (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Sep 13, 2021
1 parent c9f2f09 commit eedea65
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ From CDN

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

From [npm](https://npmjs.org)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.30.4",
"version": "11.30.5",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.30.4",
"version": "11.30.5",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit eedea65

Please sign in to comment.