Skip to content

Commit f8455df

Browse files
author
Steve Hobbs
authored
Release 11.30.1 (#2003)
1 parent d139cf0 commit f8455df

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v11.30.1](https://github.com/auth0/lock/tree/v11.30.1) (2021-06-04)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.0...v11.30.1)
5+
6+
7+
**Changed**
8+
- Update fa.js [\#2000](https://github.com/auth0/lock/pull/2000) ([alirezagit](https://github.com/alirezagit))
9+
10+
**Fixed**
11+
- [SDK-2588] Avoid multiple simultaneous HTTP calls [\#1998](https://github.com/auth0/lock/pull/1998) ([frederikprijck](https://github.com/frederikprijck))
12+
13+
**Security**
14+
- Update auth0-js + node-fetch [\#1996](https://github.com/auth0/lock/pull/1996) ([stevehobbsdev](https://github.com/stevehobbsdev))
15+
- [SEC-687, SEC-700] For more information on this security release, please see [the release on GitHub](https://github.com/auth0/lock/releases/tag/v11.30.1).
16+
17+
318
## [v11.30.0](https://github.com/auth0/lock/tree/v11.30.0) (2021-04-26)
419
[Full Changelog](https://github.com/auth0/lock/compare/v11.29.1...v11.30.0)
520

README.md

Lines changed: 1 addition & 1 deletion
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.0/lock.min.js"></script>
27+
<script src="https://cdn.auth0.com/js/lock/11.30.1/lock.min.js"></script>
2828
```
2929

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.0",
3+
"version": "11.30.1",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.0",
3+
"version": "11.30.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)