Skip to content

Commit

Permalink
Publish v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Dec 1, 2020
1 parent 630a641 commit b6262ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.31.1](https://github.com/jquense/yup/compare/v0.31.0...v0.31.1) (2020-12-01)


### Bug Fixes

* swallowed errors on nested schema with no tests ([5316ab9](https://github.com/jquense/yup/commit/5316ab9)), closes [#1127](https://github.com/jquense/yup/issues/1127)


### Features

* add `isTrue` and `isFalse` checks on boolean ([#910](https://github.com/jquense/yup/issues/910)) ([630a641](https://github.com/jquense/yup/commit/630a641))





# [0.31.0](https://github.com/jquense/yup/compare/v0.30.0...v0.31.0) (2020-11-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yup",
"version": "0.31.0",
"version": "0.31.1",
"description": "Dead simple Object schema validation",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit b6262ea

Please sign in to comment.