Skip to content

Commit

Permalink
chore: increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Dec 20, 2020
1 parent ab392b8 commit a542ece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "4.9.2",
"version": "4.9.3",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,7 +14,8 @@
"coveralls": "cat coverage/lcov.info | coveralls -v",
"codacy": "cat coverage/lcov.info | codacy-coverage",
"test:reset": "rm -rf node_modules && npm i && npm run compile && npm t",
"commit": "cz"
"commit": "cz",
"publish": "./build.sh"
},
"repository": {
"url": "https://github.com/cdimascio/express-openapi-validator"
Expand Down

0 comments on commit a542ece

Please sign in to comment.