Skip to content

Commit

Permalink
fix: update example to use 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 16, 2018
1 parent 3ba217f commit bc7bdaf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="3.3.3"></a>
## [3.3.3](https://github.com/awslabs/aws-serverless-express/compare/v3.3.2...v3.3.3) (2018-08-16)


### Bug Fixes

* add src/ to package.json files ([a412ec7](https://github.com/awslabs/aws-serverless-express/commit/a412ec7))

<a name="3.3.0"></a>
# [3.3.0](https://github.com/awslabs/aws-serverless-express/compare/v3.2.0...v3.3.0) (2018-08-16)

Expand Down
6 changes: 3 additions & 3 deletions examples/basic-starter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"aws-serverless-express": "^3.3.2",
"aws-serverless-express": "^3.3.3",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"cors": "^2.8.3",
Expand Down
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.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"path": "@semantic-release/git",
"assets": [
"package.json",
"CHANGELOG.md",
"dist/**/*.{js|css}"
],
"message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down

0 comments on commit bc7bdaf

Please sign in to comment.