From 6e8812639bb970857b2fb7226c6055e302485910 Mon Sep 17 00:00:00 2001 From: jquense Date: Wed, 6 Mar 2024 09:38:58 -0500 Subject: [PATCH] Publish v1.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01724de4..c37fb13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.4.0](https://github.com/jquense/yup/compare/v1.3.3...v1.4.0) (2024-03-06) + + +### Bug Fixes + +* add optional message to nonNullable schema methods ([#2119](https://github.com/jquense/yup/issues/2119)) ([9e1df49](https://github.com/jquense/yup/commit/9e1df4938c1964a21e6ece0c458bb96dc5aff108)) + + +### Features + +* **string:** Create .datetime() ([#2087](https://github.com/jquense/yup/issues/2087)) ([2a9e060](https://github.com/jquense/yup/commit/2a9e060594423018f517419ef5d2f10e417c9fbd)) + + + + + ## [1.3.3](https://github.com/jquense/yup/compare/v1.3.2...v1.3.3) (2023-12-14) diff --git a/package.json b/package.json index dd1d8ea8..57ad9894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yup", - "version": "1.3.3", + "version": "1.4.0", "description": "Dead simple Object schema validation", "main": "lib/index.js", "module": "lib/index.esm.js",