Skip to content

Commit

Permalink
✨ Updating: [vest]: (2.2.3)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
ealush committed Sep 16, 2020
1 parent 765dea2 commit 62a9336
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 62a9336

Please sign in to comment.