Skip to content

Commit

Permalink
increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Oct 2, 2020
1 parent 04c7d3f commit 4fe112f
Show file tree
Hide file tree
Showing 2 changed files with 3 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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "4.0.6",
"version": "4.0.7",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"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",
"publish": "conventional-changelog -p express-openapi-validator -i CHANGE_HISTORY.md -s && npm publish && gh release create v4.0.4 -F CHANGE_HISTORY.md"
"publish": "npm publish && conventional-changelog -p express-openapi-validator -i CHANGE_HISTORY.md -s && gh release create v4.0.6 -F CHANGE_HISTORY.md"
},
"repository": {
"url": "https://github.com/cdimascio/express-openapi-validator"
Expand Down

0 comments on commit 4fe112f

Please sign in to comment.