Skip to content

Commit

Permalink
Prepare for release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hahn committed Mar 19, 2020
1 parent 5b4f08c commit 5c87eb4
Show file tree
Hide file tree
Showing 3 changed files with 10 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.7.1] - 2020-3-18
Thanks @artoliukkonen

- Add `noConfirm` setting to allow changing the client upload behavior via config


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

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

- Initial release

[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.0...v0.7.1
[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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ Use this parameter if you do not want to invalidate the CloudFront distribution.
- [jmortlock](https://github.com/jmortlock)
- [haochang](https://github.com/haochang)
- [hakimio](https://github.com/hakimio)
- [artoliukkonen](https://github.com/artoliukkonen)

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

0 comments on commit 5c87eb4

Please sign in to comment.