diff --git a/packages/yup/CHANGELOG.md b/packages/yup/CHANGELOG.md index 21e5019f3..e495eb060 100644 --- a/packages/yup/CHANGELOG.md +++ b/packages/yup/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/Availity/sdk-js/compare/@availity/yup@1.1.0...@availity/yup@1.1.1) (2019-08-19) + + +### Bug Fixes + +* **yup:** fixed bug in daterange causing to validate improperly ([5e90f3e](https://github.com/Availity/sdk-js/commit/5e90f3e)) + + + + + # 1.1.0 (2019-08-12) diff --git a/packages/yup/package.json b/packages/yup/package.json index b0578044f..997f58525 100644 --- a/packages/yup/package.json +++ b/packages/yup/package.json @@ -1,6 +1,6 @@ { "name": "@availity/yup", - "version": "1.1.0", + "version": "1.1.1", "description": "Additional Methods for Yup validation library", "main": "index.js", "typings": "typings/index.d.ts",