Skip to content

Commit

Permalink
Prepare for 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphahn committed Jul 1, 2018
1 parent 253c6fa commit d2e8e85
Show file tree
Hide file tree
Showing 3 changed files with 11 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.5.4] - 2018-6-1

### Fixed
- Fix issue with DefaultRootObject not being set correctly. Thanks @jlaramie!

## [0.5.3] - 2018-5-26
- Documentation updates

Expand All @@ -24,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.3...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.4...HEAD
[0.5.4]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.0...v0.5.1
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,10 @@ Use this parameter if you do not want a confirmation prompt to interrupt automat
## Maintainers
- Andy Hahn - [andrewphahn](https://github.com/andrewphahn) from [_MadSkills.io_](http://madskills.io)

## Contributors
- [jlaramie](https://github.com/jlaramie)

## Credits
Forked from the [**serverless-api-cloudfront**](https://github.com/Droplr/serverless-api-cloudfront/)
Borrowed heavily from the [**serverless-finch**](https://github.com/fernando-mc/serverless-finch/)
Initial CloudFormation template from [**Full Stack Serverless Web Apps with AWS**](https://medium.com/99xtechnology/full-stack-serverless-web-apps-with-aws-189d87da024a/)
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.5.3",
"version": "0.5.4",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit d2e8e85

Please sign in to comment.