diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d4b8e..2624cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.1 (2018-10-12) + +* add demo link to readme ([e5228ab](https://github.com/edgeworkscreative/pwned-password/commit/e5228ab)) +* Fix unpkg url in readme ([92c2509](https://github.com/edgeworkscreative/pwned-password/commit/92c2509)) + + + ## 1.0.0 (2018-10-11) * Delete CONTRIBUTING.md ([775b4bf](https://github.com/edgeworkscreative/pwned-password/commit/775b4bf)) diff --git a/package.json b/package.json index 1b041ea..ac29e9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@edgeworkscreative/pwned-password", - "version": "1.0.0", + "version": "1.0.1", "description": "Web component built with Stencil that utilizes the Have I Been Pwned API to prevent the use of passwords found in previous data breaches.", "module": "dist/esm/index.js", "main": "dist/index.js",