From 62a9336fa477a615ab8b9c69ae5150439c37c374 Mon Sep 17 00:00:00 2001 From: ealush Date: Wed, 16 Sep 2020 10:07:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Updating:=20[vest]:=20(2.2.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4809ad8 build(deps): bump babel-plugin-add-module-exports from 1.0.2 to 1.0.4 (dependabot-preview[bot]) e6102ab build(deps): bump pretty-quick from 3.0.0 to 3.0.1 (dependabot-preview[bot]) a5c96b7 build(deps): bump pretty-quick from 3.0.1 to 3.0.2 (dependabot-preview[bot]) 870dd86 fix: notEquals typings (ealush) d7db9c3 patch: extract business logic out of context module (#382) (ealush) 765dea2 fix: get/reset suite typings (gaspoute) --- CHANGELOG.md | 7 +++++++ packages/vest/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceaa78ed9..246dd371a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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: [2.2.3] - 2020-09-16 + +### Fixed and improved +- 870dd86 fix: notEquals typings (ealush) +- d7db9c3 patch: extract business logic out of context module (#382) (ealush) +- 765dea2 fix: get/reset suite typings (gaspoute) + ## vest: [2.2.0] - 2020-09-08 ### Added diff --git a/packages/vest/package.json b/packages/vest/package.json index 6a7899949..1d99670b5 100644 --- a/packages/vest/package.json +++ b/packages/vest/package.json @@ -1,6 +1,6 @@ { "name": "vest", - "version": "2.2.2", + "version": "2.2.3", "description": "Validation Test", "main": "./vest.es5.js", "browser": "./vest.es5.js",