Skip to content

Commit

Permalink
feat: drop serverlessv2 drop
Browse files Browse the repository at this point in the history
BREAKING CHANGE: v3.0.0 required
  • Loading branch information
horike37 committed Mar 17, 2022
1 parent 6cefeac commit c116294
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,4 +881,4 @@ custom:
"success": false,
"errorMessage": "Client Error"
}
```
```
6 changes: 3 additions & 3 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-apigateway-service-proxy",
"version": "1.15.0",
"version": "2.0.0",
"description": "The Serverless Framewrok plugin for supporting AWS service proxy integration of API Gateway",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"node-fetch": "^2.6.0",
"nyc": "^15.1.0",
"prettier": "^1.18.2",
"semantic-release": "^17.2.3",
"semantic-release": "^17.4.7",
"serverless": "^3.7.5",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0"
Expand Down

0 comments on commit c116294

Please sign in to comment.