We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5121b commit e15297bCopy full SHA for e15297b
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [1.3.1](https://github.com/jquense/yup/compare/v1.3.0...v1.3.1) (2023-09-26)
2
+
3
4
+### Bug Fixes
5
6
+* ValidationError extends Error ([bc5121b](https://github.com/jquense/yup/commit/bc5121b92d8e16baf8fe9b83f0247a4e90e169b8))
7
8
9
10
11
12
# [1.3.0](https://github.com/jquense/yup/compare/v1.2.0...v1.3.0) (2023-09-23)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "yup",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "Dead simple Object schema validation",
"main": "lib/index.js",
"module": "lib/index.esm.js",
0 commit comments