Skip to content

Commit

Permalink
Release 11.24.4 (#1891)
Browse files Browse the repository at this point in the history
* Release 11.24.4

* Fix changelog entry for novalidate
  • Loading branch information
Steve Hobbs committed Jul 2, 2020
1 parent 3af220c commit dc8174d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v11.24.4](https://github.com/auth0/lock/tree/v11.24.4) (2020-07-02)
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.3...v11.24.4)


**Changed**
- [SDK-1756] Add HTML5 novalidate attribute to Lock form to remove native browser validation [\#1890](https://github.com/auth0/lock/pull/1890) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Bump auth0-js to 9.13.3 [\#1889](https://github.com/auth0/lock/pull/1889) ([stevehobbsdev](https://github.com/stevehobbsdev))


## [v11.24.3](https://github.com/auth0/lock/tree/v11.24.3) (2020-06-19)
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.2...v11.24.3)

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

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.24.3/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.24.4/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.24.3",
"version": "11.24.4",
"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.24.3",
"version": "11.24.4",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit dc8174d

Please sign in to comment.