Skip to content

Commit 4b0c989

Browse files
committed
v5.1.1
1 parent 0099b0d commit 4b0c989

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

CHANGE_HISTORY.md

+15-13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## <small>5.1.2 (2023-12-04)</small>
2+
3+
* Normalize request body ContentTypes (#863) ([0099b0d](https://github.com/cdimascio/express-openapi-validator/commit/0099b0d)), closes [#863](https://github.com/cdimascio/express-openapi-validator/issues/863)
4+
* Safer handling of multipart nested JSON body props (#878) ([807e09c](https://github.com/cdimascio/express-openapi-validator/commit/807e09c)), closes [#878](https://github.com/cdimascio/express-openapi-validator/issues/878)
5+
6+
7+
8+
## <small>5.1.1 (2023-11-21)</small>
9+
10+
* Pass-through HttpError caught in multipart handler (#867) ([240c876](https://github.com/cdimascio/express-openapi-validator/commit/240c876)), closes [#867](https://github.com/cdimascio/express-openapi-validator/issues/867)
11+
* v5.1.0 ([a9a3b0b](https://github.com/cdimascio/express-openapi-validator/commit/a9a3b0b))
12+
* v5.1.1 ([a4e62ac](https://github.com/cdimascio/express-openapi-validator/commit/a4e62ac))
13+
14+
15+
116
## 5.1.0 (2023-11-12)
217

318
* Allow optional use of `req.url` (#857) ([f732379](https://github.com/cdimascio/express-openapi-validator/commit/f732379)), closes [#857](https://github.com/cdimascio/express-openapi-validator/issues/857)
@@ -120,16 +135,3 @@
120135

121136

122137

123-
## <small>4.13.7 (2022-03-27)</small>
124-
125-
* migrate README to wiki ([4887ba5](https://github.com/cdimascio/express-openapi-validator/commit/4887ba5))
126-
* Update README ([13b26d6](https://github.com/cdimascio/express-openapi-validator/commit/13b26d6))
127-
128-
129-
130-
## <small>4.13.6 (2022-03-13)</small>
131-
132-
* v4.13.6 ([0deb38f](https://github.com/cdimascio/express-openapi-validator/commit/0deb38f))
133-
134-
135-

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-openapi-validator",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)