Skip to content

Commit

Permalink
chore(release): version 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
<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))
  • Loading branch information
semantic-release-bot committed Aug 16, 2018
1 parent 377d67e commit b6ba01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-serverless-express",
"version": "3.2.0",
"version": "3.3.0",
"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.",
"keywords": [
"aws",
Expand Down Expand Up @@ -107,7 +107,7 @@
"coverage": "jest --coverage",
"cz": "git-cz",
"release": "semantic-release",
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run",
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci",
"check-dependencies": "npx npm-check --skip-unused --update",
"lint": "eslint src examples",
"install-example-dependencies": "cd examples && npm install --prefix basic-starter basic-starter && cd .."
Expand Down

0 comments on commit b6ba01e

Please sign in to comment.