Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall authored Nov 22, 2017
1 parent d6ce00c commit 9a4429a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.1.1"></a>
# [1.1.1](https://github.com/formsy/formsy-react/compare/v1.1.0...v1.1.1) (2017-11-22)

### Bug Fixes

* **email validation:** Fix email validation broken for new domains ([f8dc5f](https://github.com/formsy/formsy-react/commit/f8dc5f))
* **hoc binding:** Bind all necessary methods of the HOC ([5ea795](https://github.com/formsy/formsy-react/commit/5ea795))

### Features

* **changelog:** Changelog with conventional-commits ([#26](https://github.com/formsy/formsy-react/issues/26)) ([d6ce00c](https://github.com/formsy/formsy-react/commit/d6ce00c))

<a name="1.1.0"></a>
# [1.1.0](https://github.com/formsy/formsy-react/compare/v1.0.2...v1.1.0) (2017-11-21)

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": "formsy-react",
"version": "1.1.0",
"version": "1.1.1",
"description": "A form input builder and validator for React",
"keywords": [
"form",
Expand Down
Loading

0 comments on commit 9a4429a

Please sign in to comment.