Skip to content

Commit

Permalink
Release v11.32.2 (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev authored Feb 9, 2022
1 parent d9e60a5 commit 962ee1f
Show file tree
Hide file tree
Showing 8 changed files with 459 additions and 434 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v11.32.2](https://github.com/auth0/lock/tree/v11.32.2) (2022-02-08)
[Full Changelog](https://github.com/auth0/lock/compare/v11.32.1...v11.32.2)

**Changed**
- align german loginWithLabel translation with Apple Guidelines [\#2097](https://github.com/auth0/lock/pull/2097) ([Steffen911](https://github.com/Steffen911))

**Fixed**
- [SDK-3087] Captcha for single enterprise AD connections [\#2096](https://github.com/auth0/lock/pull/2096) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**
- [Snyk] Upgrade qs from 6.10.2 to 6.10.3 [\#2095](https://github.com/auth0/lock/pull/2095) ([snyk-bot](https://github.com/snyk-bot))
- Bump cached-path-relative from 1.0.2 to 1.1.0 [\#2091](https://github.com/auth0/lock/pull/2091) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v11.32.1](https://github.com/auth0/lock/tree/v11.32.1) (2022-01-27)
[Full Changelog](https://github.com/auth0/lock/compare/v11.32.0...v11.32.1)

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

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.32.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.32.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.32.1",
"version": "11.32.2",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
2 changes: 1 addition & 1 deletion build/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 962ee1f

Please sign in to comment.