Skip to content

Commit

Permalink
1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shortdiv committed Jun 7, 2019
1 parent c104dd1 commit 3c9b8fd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.5.5](https://github.com/netlify/netlify-identity-widget/compare/v1.5.4...v1.5.5) - 2019-06-07

### Merged

- fix: ensure dev settings for url is only visible on dev [`#191`](https://github.com/netlify/netlify-identity-widget/pull/191)

### Commits

- prettifying [`528cdab`](https://github.com/netlify/netlify-identity-widget/commit/528cdab999335d111add757cc0688342790a9a6e)
- fix: extrapolate dev mode check into function that saves to store [`c992ce4`](https://github.com/netlify/netlify-identity-widget/commit/c992ce4b718bac0ab6a78cab9ef6b45fde17c667)
- fix: ensure isLocal boolean is set on init [`5b46e0f`](https://github.com/netlify/netlify-identity-widget/commit/5b46e0fd6be5f65dd99dd9d4ca1f8f71676bf3e8)

## [v1.5.4](https://github.com/netlify/netlify-identity-widget/compare/v1.5.3...v1.5.4) - 2019-05-22

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-identity-widget",
"description": "Netlify Identity widget for easy integration",
"version": "1.5.4",
"version": "1.5.5",
"author": "Matt Biilmann <matt@netlify.com>",
"bugs": {
"url": "https://github.com/netlify/netlify-identity-widget/issues"
Expand Down
2 changes: 1 addition & 1 deletion releases/v1/netlify-identity-widget.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/v1/netlify-identity-widget.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/v1/netlify-identity.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/v1/netlify-identity.js.map

Large diffs are not rendered by default.

0 comments on commit 3c9b8fd

Please sign in to comment.