Skip to content

Commit

Permalink
Prepare for release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hahn committed Apr 28, 2019
1 parent 2cf9bfd commit 0ba6ebe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2019-4-28
- Enable compression of web assets using CloudFront. This changes the defautlt behaviour (no compression). To continue **not** using compression for your web assets set `compressWebContent: false`.

### Fixed
- Typo in log output

## [0.5.8] - 2019-4-3
- Add priceClass & minimumProtocolVersion. Thanks @harmon25

Expand Down Expand Up @@ -47,7 +53,8 @@ Better support for generating client code on Windows

- Initial release

[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.8...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.8...v0.6.0
[0.5.8]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.7...v0.5.8
[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
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.8",
"version": "0.6.0",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit 0ba6ebe

Please sign in to comment.