Skip to content

Commit ab0116b

Browse files
committed
Prepare for 0.5.5
1 parent 086c534 commit ab0116b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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.5.4",
3+
"version": "0.5.5",
44
"engines": {
55
"node": ">=4.0"
66
},

0 commit comments

Comments
 (0)