Skip to content

Commit

Permalink
Prepare for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hahn committed Sep 16, 2019
1 parent f2dee92 commit 693b92d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2019-9-15
Thanks @hakimio

- Add ability to invalidate the CloudFront distribution when deploying the client
-
### Fixed
- Using shared API Gateway #11

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

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

- Initial release

[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.1...v0.7.0
[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
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,18 @@ Use this parameter if you do not want a confirmation prompt to interrupt automat

---

**--invalidate-distribution**

_optional_, default `false` (creates an invalidation for the CloudFront distribution)

```bash
serverless client deploy --invalidate-distribution
```

Use this parameter if you want to invalidate the CloudFront distribution. An invalidation will be created for the path `/*`.

---

## Maintainers
- Andy Hahn - [andrewphahn](https://github.com/andrewphahn) from [_MadSkills.io_](http://madskills.io)

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

0 comments on commit 693b92d

Please sign in to comment.