Skip to content

Commit

Permalink
chore: bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinccbsg committed Apr 18, 2021
1 parent 9f5b6c1 commit 1c9c438
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-oas-validator",
"version": "1.0.2",
"version": "1.0.3",
"description": "express openapi middleware validator",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"express": "^4.17.1",
"express-jsdoc-swagger": "^1.3.2",
"express-jsdoc-swagger": "^1.6.0",
"gh-pages": "^3.1.0",
"husky": "^4.2.5",
"jest": "^26.6.3",
Expand All @@ -51,7 +51,7 @@
"tui-jsdoc-template": "^1.2.2"
},
"dependencies": {
"openapi-validator-utils": "^1.0.3"
"openapi-validator-utils": "^1.0.4"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 1c9c438

Please sign in to comment.