diff --git a/CHANGELOG.md b/CHANGELOG.md index ddeb7323..865cee17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.3.2](https://github.com/jquense/yup/compare/v1.3.1...v1.3.2) (2023-09-29) + + +### Bug Fixes + +* pick and omit with excluded edges ([6956ee7](https://github.com/jquense/yup/commit/6956ee788369dff00e5ecadb506726af3598a87e)), closes [#2097](https://github.com/jquense/yup/issues/2097) + + + + + ## [1.3.1](https://github.com/jquense/yup/compare/v1.3.0...v1.3.1) (2023-09-26) diff --git a/package.json b/package.json index c9fa784e..73a8259c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yup", - "version": "1.3.1", + "version": "1.3.2", "description": "Dead simple Object schema validation", "main": "lib/index.js", "module": "lib/index.esm.js",