Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arb committed Sep 4, 2020
1 parent 0a02df1 commit 4f89037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Wondering why *another* joi middleware library for express? Full blog post [here
- [`errors([opts])`](#errorsopts)
- [`Joi`](#joi)
- [`Segments`](#segments)
- [`CelebrateError(error, segment, [opts])`](#celebrateerrorerror-segment-opts)
- [`isCelebrate(err)`](#iscelebrateerr)
- [`Modes`](#modes)
- [`new CelebrateError([message], [opts])`](#new-celebrateerrormessage-opts)
- [`isCelebrateError(err)`](#iscelebrateerrorerr)
- [Additional Details](#additional-details)
- [Validation Order](#validation-order)
- [Mutation Warning](#mutation-warning)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celebrate",
"version": "12.2.0",
"version": "13.0.0",
"description": "A joi validation middleware for Express.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/arb/celebrate#readme",
"dependencies": {
"joi": "17.x.x",
"escape-html": "1.0.3",
"joi": "17.x.x",
"lodash": "4.17.x"
},
"devDependencies": {
Expand Down

0 comments on commit 4f89037

Please sign in to comment.