Skip to content

Commit 962ee1f

Browse files
Release v11.32.2 (#2098)
1 parent d9e60a5 commit 962ee1f

File tree

8 files changed

+459
-434
lines changed

8 files changed

+459
-434
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v11.32.2](https://github.com/auth0/lock/tree/v11.32.2) (2022-02-08)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.32.1...v11.32.2)
5+
6+
**Changed**
7+
- align german loginWithLabel translation with Apple Guidelines [\#2097](https://github.com/auth0/lock/pull/2097) ([Steffen911](https://github.com/Steffen911))
8+
9+
**Fixed**
10+
- [SDK-3087] Captcha for single enterprise AD connections [\#2096](https://github.com/auth0/lock/pull/2096) ([stevehobbsdev](https://github.com/stevehobbsdev))
11+
12+
**Security**
13+
- [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))
14+
- 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))
15+
316
## [v11.32.1](https://github.com/auth0/lock/tree/v11.32.1) (2022-01-27)
417
[Full Changelog](https://github.com/auth0/lock/compare/v11.32.0...v11.32.1)
518

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ From CDN
2525

2626
```html
2727
<!-- Latest patch release (recommended for production) -->
28-
<script src="https://cdn.auth0.com/js/lock/11.32.1/lock.min.js"></script>
28+
<script src="https://cdn.auth0.com/js/lock/11.32.2/lock.min.js"></script>
2929
```
3030

3131
From [npm](https://npmjs.org)

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.32.1",
3+
"version": "11.32.2",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

Diff for: build/de.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)