Skip to content

Commit

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

## [Unreleased]

## [0.6.1] - 2019-7-7
Thanks @haochang

- Pass the environment variables from the severless template to the process generating the client

## [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`.

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

- Initial release

[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.0...v0.6.1
[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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ Use this parameter if you do not want a confirmation prompt to interrupt automat
- [superandrew213](https://github.com/superandrew213)
- [harmon25](https://github.com/harmon25)
- [jmortlock](https://github.com/jmortlock)
- [haochang](https://github.com/haochang)

## 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.6.0",
"version": "0.6.1",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit a2bcc2c

Please sign in to comment.