Skip to content

Commit

Permalink
Release 11.30.1 (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Jun 4, 2021
1 parent d139cf0 commit f8455df
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [v11.30.1](https://github.com/auth0/lock/tree/v11.30.1) (2021-06-04)
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.0...v11.30.1)


**Changed**
- Update fa.js [\#2000](https://github.com/auth0/lock/pull/2000) ([alirezagit](https://github.com/alirezagit))

**Fixed**
- [SDK-2588] Avoid multiple simultaneous HTTP calls [\#1998](https://github.com/auth0/lock/pull/1998) ([frederikprijck](https://github.com/frederikprijck))

**Security**
- Update auth0-js + node-fetch [\#1996](https://github.com/auth0/lock/pull/1996) ([stevehobbsdev](https://github.com/stevehobbsdev))
- [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).


## [v11.30.0](https://github.com/auth0/lock/tree/v11.30.0) (2021-04-26)
[Full Changelog](https://github.com/auth0/lock/compare/v11.29.1...v11.30.0)

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.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.30.1/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.0",
"version": "11.30.1",
"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.0",
"version": "11.30.1",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit f8455df

Please sign in to comment.