Skip to content

Commit 3633c8f

Browse files
author
Steve Hobbs
authored
Release v11.26.0 (#1905)
1 parent 814c508 commit 3633c8f

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [v11.26.0](https://github.com/auth0/lock/tree/v11.26.0) (2020-07-23)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.25.1...v11.26.0)
5+
6+
7+
**Added**
8+
- [CAUTH-423] Add captcha in the sign-up flow [\#1902](https://github.com/auth0/lock/pull/1902) ([jfromaniello](https://github.com/jfromaniello))
9+
10+
**Changed**
11+
- [CAUTH-511] improve error handling on missing captcha [\#1900](https://github.com/auth0/lock/pull/1900) ([jfromaniello](https://github.com/jfromaniello))
12+
13+
**Fixed**
14+
- [SDK-1284] Fix for "growing" tabs when repeatedly clicked [\#1904](https://github.com/auth0/lock/pull/1904) ([stevehobbsdev](https://github.com/stevehobbsdev))
15+
16+
317
## [v11.25.1](https://github.com/auth0/lock/tree/v11.25.1) (2020-07-14)
418
[Full Changelog](https://github.com/auth0/lock/compare/v11.25.0...v11.25.1)
519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ From CDN
2323

2424
```html
2525
<!-- Latest patch release (recommended for production) -->
26-
<script src="https://cdn.auth0.com/js/lock/11.25.1/lock.min.js"></script>
26+
<script src="https://cdn.auth0.com/js/lock/11.26.0/lock.min.js"></script>
2727
```
2828

2929
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.25.1",
3+
"version": "11.26.0",
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.25.1",
3+
"version": "11.26.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)