Skip to content

Commit 8cb2586

Browse files
committedApr 20, 2020
Publish v0.28.4
1 parent 8f00d50 commit 8cb2586

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.28.4](https://github.com/jquense/yup/compare/v0.28.3...v0.28.4) (2020-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* array reaching ([81e4058](https://github.com/jquense/yup/commit/81e4058))
7+
8+
9+
### Features
10+
11+
* make schema.type and array.innerType public API's ([8f00d50](https://github.com/jquense/yup/commit/8f00d50))
12+
* provide keys in default noUnknown message ([#579](https://github.com/jquense/yup/issues/579)) ([ad5d015](https://github.com/jquense/yup/commit/ad5d015))
13+
14+
15+
16+
17+
118
## [0.28.3](https://github.com/jquense/yup/compare/v0.28.2...v0.28.3) (2020-03-06)
219

320

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yup",
3-
"version": "0.28.3",
3+
"version": "0.28.4",
44
"description": "Dead simple Object schema validation",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -107,5 +107,5 @@
107107
"toposort": "^2.0.2"
108108
},
109109
"readme": "ERROR: No README data found!",
110-
"_id": "yup@0.28.2"
110+
"_id": "yup@0.28.3"
111111
}

0 commit comments

Comments
 (0)
Please sign in to comment.