Skip to content

Commit

Permalink
Publish v0.32.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Dec 7, 2020
1 parent 14e2c8c commit 01d50ce
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.32.4](https://github.com/jquense/yup/compare/v0.32.3...v0.32.4) (2020-12-07)


### Bug Fixes

* **types:** rm base pick/omit types as they conflict with more specific ones ([14e2c8c](https://github.com/jquense/yup/commit/14e2c8c))


### Features

* add additional functions to Lazy class ([#1148](https://github.com/jquense/yup/issues/1148)) ([ecad1a3](https://github.com/jquense/yup/commit/ecad1a3))





## [0.32.3](https://github.com/jquense/yup/compare/v0.32.2...v0.32.3) (2020-12-07)


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.32.3",
"version": "0.32.4",
"description": "Dead simple Object schema validation",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 01d50ce

Please sign in to comment.