Skip to content

Commit

Permalink
Prepare for 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphahn committed Jul 1, 2018
1 parent 086c534 commit ab0116b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.4] - 2018-6-1
## [0.5.5] - 2018-7-1

Better support for generating client code on Windows

### Fixed
- Fix issue #2 with child_process.spawn(...) on windows. Thanks @jlaramie!

## [0.5.4] - 2018-7-1

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

## [0.5.3] - 2018-5-26
- Documentation updates
Expand All @@ -29,7 +36,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.4...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.5...HEAD
[0.5.5]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.4...v0.5.5
[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
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.4",
"version": "0.5.5",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit ab0116b

Please sign in to comment.