Skip to content

Commit b6ba01e

Browse files
chore(release): version 3.3.0 [skip ci]
<a name="3.3.0"></a> # [3.3.0](v3.2.0...v3.3.0) (2018-08-16) ### Bug Fixes * run npm audit fix ([85cbae6](85cbae6)) ### Features * add option of specifying resolveMode ([#173](#173)) ([582b88d](582b88d))
1 parent 377d67e commit b6ba01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-serverless-express",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.",
55
"keywords": [
66
"aws",
@@ -107,7 +107,7 @@
107107
"coverage": "jest --coverage",
108108
"cz": "git-cz",
109109
"release": "semantic-release",
110-
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run",
110+
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci",
111111
"check-dependencies": "npx npm-check --skip-unused --update",
112112
"lint": "eslint src examples",
113113
"install-example-dependencies": "cd examples && npm install --prefix basic-starter basic-starter && cd .."

0 commit comments

Comments
 (0)