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 73b5362 commit 3cfde6b
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "4.0.4",
"version": "4.0.5",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,7 +13,8 @@
"test:coverage:windows": "set TS_NODE_FILES=true & nyc mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts",
"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"
"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"
},
"repository": {
"url": "https://github.com/cdimascio/express-openapi-validator"
Expand Down

0 comments on commit 3cfde6b

Please sign in to comment.