Skip to content

Commit

Permalink
chore(release): 1.8.0-rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Sep 27, 2018
1 parent d981e52 commit dd5e74c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.8.0-rc.11"></a>
# [1.8.0-rc.11](https://github.com/tradle/serverless/compare/v1.8.0-rc.9...v1.8.0-rc.11) (2018-09-27)


### Bug Fixes

* add safety check to plugin loader ([3b51807](https://github.com/tradle/serverless/commit/3b51807))
* await is missing ([8e036cd](https://github.com/tradle/serverless/commit/8e036cd))
* await is missing ([9fb9ebf](https://github.com/tradle/serverless/commit/9fb9ebf))
* missed await ([2009c52](https://github.com/tradle/serverless/commit/2009c52))
* **documentChecker:** load wsdl from fs ([d981e52](https://github.com/tradle/serverless/commit/d981e52))



<a name="1.8.0-rc.10"></a>
# [1.8.0-rc.10](https://github.com/tradle/serverless/compare/v1.8.0-rc.9...v1.8.0-rc.10) (2018-09-26)

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tradle/serverless",
"version": "1.8.0-rc.10",
"version": "1.8.0-rc.11",
"main": "index.js",
"private": "true",
"repository": "https://github.com/tradle/serverless",
Expand Down

0 comments on commit dd5e74c

Please sign in to comment.