Skip to content

Commit

Permalink
Update to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Jul 30, 2020
1 parent 846a4a9 commit baf3e76
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
user=andyrichardson
project=fielder
header-label=# Changelog
enhancement-label=**Additions:**
enhancement-labels=Feature
breaking-labels=Breaking
breaking-labels=Breaking
exclude-labels=Dependencies,Question,No Changelog
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.3.1](https://github.com/andyrichardson/fielder/tree/v1.3.1) (2020-07-30)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v1.3.0...v1.3.1)

**Fixed bugs:**

- Changes to validation arg doesn't update validation function [\#235](https://github.com/andyrichardson/fielder/issues/235)

**Merged pull requests:**

- Add setFieldState call to useField on validation change [\#278](https://github.com/andyrichardson/fielder/pull/278) ([andyrichardson](https://github.com/andyrichardson))

## [v1.3.0](https://github.com/andyrichardson/fielder/tree/v1.3.0) (2020-06-14)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v1.2.1...v1.3.0)
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": "fielder",
"version": "1.3.0",
"version": "1.3.1",
"description": "A field-first form library for React and React Native",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit baf3e76

Please sign in to comment.