Skip to content

Commit

Permalink
Merge pull request #910 from auth0/prepare-release-10.12.3
Browse files Browse the repository at this point in the history
Release v10.12.3
  • Loading branch information
hzalaz authored Mar 7, 2017
2 parents decd7d0 + 369bccd commit dec433d
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

## [v10.12.3](https://github.com/auth0/lock/tree/v10.12.3) (2017-03-07)
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.2...v10.12.3)


**Fixed**
- Update node engine restriction [\#909](https://github.com/auth0/lock/pull/909) ([hzalaz](https://github.com/hzalaz))
- Fixed Czech translation [\#902](https://github.com/auth0/lock/pull/902) ([FilipPyrek](https://github.com/FilipPyrek))


## [v10.12.2](https://github.com/auth0/lock/tree/v10.12.2) (2017-03-03)
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.1...v10.12.2)

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

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

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

0 comments on commit dec433d

Please sign in to comment.