Skip to content

Commit

Permalink
Release v11.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Jan 6, 2021
1 parent fd2bdf0 commit e2794db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v11.28.0](https://github.com/auth0/lock/tree/v11.28.0) (2021-01-06)
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.2...v11.28.0)

**Added**
- An option to hide username in signup view [\#1954](https://github.com/auth0/lock/pull/1954) ([saltukalakus](https://github.com/saltukalakus))

**Changed**
- Wording and spelling fixes to Bulgarian language file [\#1953](https://github.com/auth0/lock/pull/1953) ([maximnaidenov](https://github.com/maximnaidenov))

## [v11.27.2](https://github.com/auth0/lock/tree/v11.27.2) (2020-12-16)
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.1...v11.27.2)

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

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.27.2/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.28.0/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.27.2",
"version": "11.28.0",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
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.27.2",
"version": "11.28.0",
"description": "Auth0 Lock",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit e2794db

Please sign in to comment.