Skip to content

Commit

Permalink
Prepare for realease 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphahn committed Feb 7, 2019
1 parent 139619e commit 9551b1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.7] - 2019-2-6
- Add objectHeaders to the documentation. Thanks @superandrew213!

## [0.5.6] - 2018-7-14

### Fixed
Expand Down Expand Up @@ -41,7 +44,8 @@ Better support for generating client code on Windows

- Initial release

[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.6...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.7...HEAD
[0.5.7]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.5...v0.5.6
[0.5.5]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.4...v0.5.5
[0.5.4]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.3...v0.5.4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ npm install --save-dev fullstack-serverless

#### Configuration

* All apiCloudFront configuration parameters are optional - e.g. don't provide ACM Certificate ARN
* All fullstack-serverless configuration parameters are optional - e.g. don't provide ACM Certificate ARN
to use default CloudFront certificate (which works only for default cloudfront.net domain).
* This plugin **does not** set-up automatically Route53 for newly created CloudFront distribution.
After creating CloudFront distribution, manually add Route53 ALIAS record pointing to your
Expand Down Expand Up @@ -409,6 +409,7 @@ Use this parameter if you do not want a confirmation prompt to interrupt automat

## Contributors
- [jlaramie](https://github.com/jlaramie)
- [superandrew213](https://github.com/superandrew213)

## Credits
Forked from the [**serverless-api-cloudfront**](https://github.com/Droplr/serverless-api-cloudfront/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fullstack-serverless",
"version": "0.5.6",
"version": "0.5.7",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit 9551b1a

Please sign in to comment.