Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mairu committed Dec 10, 2022
1 parent e47e813 commit 1dd899e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
6.1.2 / 2022-12-10
6.2.0 / 2022-12-10
==================
* support usage of joi.ref() in min/max() with optionally setting .meta({ refValues: {...} })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joi-to-swagger",
"version": "6.1.1",
"version": "6.2.0",
"description": "Conversion library for transforming joi schema objects into swagger / OpenApi OAS 3.0 schema definitions.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1dd899e

Please sign in to comment.