Skip to content

Commit

Permalink
Release v11.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Feb 2, 2023
1 parent 0e97da5 commit ef11703
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v11.35.1](https://github.com/auth0/lock/tree/v11.35.1) (2023-02-02)
[Full Changelog](https://github.com/auth0/lock/compare/v11.35.0...v11.35.1)

**Changed**
- FDR-487 - feat: update microsoft button [\#2261](https://github.com/auth0/lock/pull/2261) ([jamescgarrett](https://github.com/jamescgarrett))

## [v11.35.0](https://github.com/auth0/lock/tree/v11.35.0) (2022-12-19)

[Full Changelog](https://github.com/auth0/lock/compare/v11.34.2...v11.35.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ From CDN

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

### Configure Auth0
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.35.0",
"version": "11.35.1",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
16 changes: 8 additions & 8 deletions build/lock.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/lock.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/lock.min.js.map

Large diffs are not rendered by default.

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

0 comments on commit ef11703

Please sign in to comment.