Skip to content

Commit 9ef1b21

Browse files
authored
Merge pull request #2007 from auth0/prepare-v11.30.2
Release 11.30.2
2 parents aee1e60 + ed4d78a commit 9ef1b21

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [v11.30.2](https://github.com/auth0/lock/tree/v11.30.2) (2021-06-11)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.1...v11.30.2)
5+
6+
7+
**Changed**
8+
- [ESD-13941] Implement a DOMPurify hook to enable target attributes on links [\#2006](https://github.com/auth0/lock/pull/2006) ([stevehobbsdev](https://github.com/stevehobbsdev))
9+
10+
311
## [v11.30.1](https://github.com/auth0/lock/tree/v11.30.1) (2021-06-04)
412
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.0...v11.30.1)
513

README.md

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

2525
```html
2626
<!-- Latest patch release (recommended for production) -->
27-
<script src="https://cdn.auth0.com/js/lock/11.30.1/lock.min.js"></script>
27+
<script src="https://cdn.auth0.com/js/lock/11.30.2/lock.min.js"></script>
2828
```
2929

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

0 commit comments

Comments
 (0)