Skip to content

Commit ef11703

Browse files
committed
Release v11.35.1
1 parent 0e97da5 commit ef11703

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

CHANGELOG.md

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

3+
## [v11.35.1](https://github.com/auth0/lock/tree/v11.35.1) (2023-02-02)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.35.0...v11.35.1)
5+
6+
**Changed**
7+
- FDR-487 - feat: update microsoft button [\#2261](https://github.com/auth0/lock/pull/2261) ([jamescgarrett](https://github.com/jamescgarrett))
8+
39
## [v11.35.0](https://github.com/auth0/lock/tree/v11.35.0) (2022-12-19)
410

511
[Full Changelog](https://github.com/auth0/lock/compare/v11.34.2...v11.35.0)

README.md

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

2727
```html
2828
<!-- Latest patch release (recommended for production) -->
29-
<script src="https://cdn.auth0.com/js/lock/11.35.0/lock.min.js"></script>
29+
<script src="https://cdn.auth0.com/js/lock/11.35.1/lock.min.js"></script>
3030
```
3131

3232
### Configure Auth0

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.35.0",
3+
"version": "11.35.1",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

build/lock.js

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

build/lock.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lock.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.35.0",
3+
"version": "11.35.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)