File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.5.4] - 2018-6-1
10+ ## [ 0.5.5] - 2018-7-1
11+
12+ Better support for generating client code on Windows
13+
14+ ### Fixed
15+ - Fix issue #2 with child_process.spawn(...) on windows. Thanks @jlaramie !
16+
17+ ## [ 0.5.4] - 2018-7-1
1118
1219### Fixed
13- - Fix issue with DefaultRootObject not being set correctly. Thanks @jlaramie !
20+ - Fix issue # 1 with DefaultRootObject not being set correctly. Thanks @jlaramie !
1421
1522## [ 0.5.3] - 2018-5-26
1623- Documentation updates
@@ -29,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2936
3037- Initial release
3138
32- [ Unreleased ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.4...HEAD
39+ [ Unreleased ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.5...HEAD
40+ [ 0.5.5 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.4...v0.5.5
3341[ 0.5.4 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.3...v0.5.4
3442[ 0.5.3 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.2...v0.5.3
3543[ 0.5.2 ] : https://github.com/MadSkills-io/fullstack-serverless/compare/v0.5.1...v0.5.2
Original file line number Diff line number Diff line change 11{
22 "name" : " fullstack-serverless" ,
3- "version" : " 0.5.4 " ,
3+ "version" : " 0.5.5 " ,
44 "engines" : {
55 "node" : " >=4.0"
66 },
You can’t perform that action at this time.
0 commit comments