Skip to content

Commit 7700e24

Browse files
committed
Release 3.0.2
1 parent 9267e74 commit 7700e24

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.0.2] - 2019-01-28
10+
### Fixed
11+
- Only set `set-cookie` if truthy, this was always set before.
12+
- Some TypeScript warnings.
13+
- Use `event.query` for provides that are not AWS. (AWS uses `event.queryStringParameters`).
14+
15+
### Refactor
16+
- Create on function for each provider instead of having a larger one.
17+
918
## [3.0.1] - 2018-09-30
1019
### Fixed
1120
- Return response data nested in res object for Azure functions.
@@ -47,3 +56,4 @@ Added a new example showing of usage of Bell.
4756
[2.0.1]: https://github.com/drager/serverless-hapi/compare/v2.0.0...v2.0.1
4857
[3.0.0]: https://github.com/drager/serverless-hapi/compare/v2.0.1...v3.0.0
4958
[3.0.1]: https://github.com/drager/serverless-hapi/compare/v3.0.0...v3.0.1
59+
[3.0.2]: https://github.com/drager/serverless-hapi/compare/v3.0.1...v3.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-hapi",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Use hapi with the serverless framework",
55
"main": "dist/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)