Skip to content

Commit 7992fc8

Browse files
author
Andy Hahn
committed
Prepare for release 0.8.0
1 parent 96e3158 commit 7992fc8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.8.0] - 2021-1-28
12+
Thanks @pecirep, @miguel-a-calles-mba, @superandrew213
13+
14+
### Added
1015
- Add `invalidationPaths` setting to allow defining custom invalidation paths for the cloudfront distribution
1116
- Add `origins` setting to allow adding additional distribution origins in the form of CloudFormation resources
17+
- Add `defaultCacheBehavior` setting to allow adding the default distribution cache behaviors in the form of CloudFormation resources
1218
- Add `cacheBehaviors` setting to allow adding additional distribution cache behaviors in the form of CloudFormation resources
19+
- Add `--no-client-deploy` CLI option to skip deploying client code to S3
1320

21+
### Fixed
22+
- Typos
1423
## [0.7.1] - 2020-3-18
1524
Thanks @artoliukkonen
1625

@@ -76,7 +85,8 @@ Better support for generating client code on Windows
7685

7786
- Initial release
7887

79-
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.1...HEAD
88+
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.8.0...HEAD
89+
[0.7.2]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.1...v0.8.0
8090
[0.7.1]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.0...v0.7.1
8191
[0.7.0]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.1...v0.7.0
8292
[0.6.1]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.0...v0.6.1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ Use this parameter if you do not want to invalidate the CloudFront distribution.
629629
- [hakimio](https://github.com/hakimio)
630630
- [artoliukkonen](https://github.com/artoliukkonen)
631631
- [pecirep](https://github.com/pecirep)
632+
- [pecirep](https://github.com/miguel-a-calles-mba)
632633

633634
## Credits
634635
Forked from the [**serverless-api-cloudfront**](https://github.com/Droplr/serverless-api-cloudfront/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fullstack-serverless",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"engines": {
55
"node": ">=4.0"
66
},

0 commit comments

Comments
 (0)