From a2bcc2c1eb4133644054389252694a64003b99ea Mon Sep 17 00:00:00 2001 From: Andy Hahn Date: Sun, 7 Jul 2019 16:56:16 -0600 Subject: [PATCH] Prepare for relesae 0.6.1 --- CHANGELOG.md | 8 +++++++- README.md | 1 + package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2e7a7..7a0364d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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 diff --git a/README.md b/README.md index 2f5a0c8..478c1ba 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/package.json b/package.json index 2abbc8b..c784b54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fullstack-serverless", - "version": "0.6.0", + "version": "0.6.1", "engines": { "node": ">=4.0" },