Skip to content

Commit e29e2cc

Browse files
release v2.0.0
1 parent eb6e32d commit e29e2cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-methods",
3-
"version": "1.0.8",
3+
"version": "2.0.0",
44
"description": "HTTP methods that are supported by Swagger 2.0",
55
"keywords": [
66
"swagger",
@@ -22,7 +22,7 @@
2222
"test": "mocha && npm run lint",
2323
"coverage": "nyc --reporter=text --reporter=lcov mocha",
2424
"upgrade": "npm-check -u",
25-
"bump": "bump --prompt --tag --push --all",
25+
"bump": "bump --tag --push --all",
2626
"release": "npm run upgrade && npm test && npm run bump"
2727
},
2828
"repository": {

0 commit comments

Comments
 (0)