From baf3e761d8665d8e8da05816ee002158dcbd801b Mon Sep 17 00:00:00 2001 From: Andy Richardson Date: Thu, 30 Jul 2020 10:35:30 +0100 Subject: [PATCH] Update to v1.3.1 --- .github_changelog_generator | 5 ++++- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index b7416cad..8d4b8f86 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,4 +1,7 @@ +user=andyrichardson +project=fielder header-label=# Changelog enhancement-label=**Additions:** enhancement-labels=Feature -breaking-labels=Breaking \ No newline at end of file +breaking-labels=Breaking +exclude-labels=Dependencies,Question,No Changelog \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5192b8e..9242c1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 0f202873..12a28dc7 100644 --- a/package.json +++ b/package.json @@ -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",