Skip to content

Commit

Permalink
Release v11.26.2 (#1913)
Browse files Browse the repository at this point in the history
* Release v11.26.2

* Update changelog entry
  • Loading branch information
Steve Hobbs authored Aug 12, 2020
1 parent 0104145 commit 195b5d2
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.26.2](https://github.com/auth0/lock/tree/v11.26.2) (2020-08-12)
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.1...v11.26.2)

**Fixed**
- Fallback to default language dictionary when the language file cannot be loaded [\#1912](https://github.com/auth0/lock/pull/1912) ([davidpatrick](https://github.com/davidpatrick))
- [SDK-1813] Send connection scope config to enterprise connections [\#1910](https://github.com/auth0/lock/pull/1910) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**
- [Security] Bump elliptic from 6.4.1 to 6.5.3 [\#1909](https://github.com/auth0/lock/pull/1909) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))


## [v11.26.1](https://github.com/auth0/lock/tree/v11.26.1) (2020-07-23)
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.0...v11.26.1)

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.26.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.26.2/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.26.1",
"version": "11.26.2",
"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.26.1",
"version": "11.26.2",
"description": "Auth0 Lock",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 195b5d2

Please sign in to comment.