Skip to content

Commit

Permalink
🤩 Updating: [vest]: (3.1.2)
Browse files Browse the repository at this point in the history
d6cce23  types(vest): fix schema types (ealush)
6471856  declare schema (ealush)
177f519  patch: support exports with and without extension (ealush)
  • Loading branch information
ealush committed Jan 30, 2021
1 parent d6cce23 commit 0761c79
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: [3.1.2] - 2021-01-30

### Fixed and improved
- d6cce23 types: fix schema types (ealush)
- 6471856 declare schema (ealush)
- 177f519 patch: support exports with and without extension (ealush)

## vest: [3.1.1] - 2021-01-21

### Fixed and improved
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": "3.1.1",
"version": "3.1.2",
"description": "Declarative validations.",
"main": "./vest.js",
"browser": "./vest.js",
Expand Down

0 comments on commit 0761c79

Please sign in to comment.