From f0f066da2868b9d17448041b1f746ddc712f7ba9 Mon Sep 17 00:00:00 2001 From: ealush Date: Sat, 16 Oct 2021 10:00:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A2=20Updating:=20[vest]:=20(3.2.7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit c2964e0 patch: add skipWhen for forward compatibility (ealush) --- CHANGELOG.md | 5 +++++ packages/vest/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af855369c..ea9e32235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## vest: [3.2.7] - 2021-10-16 + +### Fixed and improved +- c2964e0 patch: add skipWhen for forward compatibility (ealush) + ## n4s: [3.1.0] - 2021-10-09 ### Added diff --git a/packages/vest/package.json b/packages/vest/package.json index 75221af2a..11bce8df8 100644 --- a/packages/vest/package.json +++ b/packages/vest/package.json @@ -1,6 +1,6 @@ { "name": "vest", - "version": "3.2.6", + "version": "3.2.7", "description": "Declarative validations.", "main": "./vest.js", "browser": "./vest.js",