Skip to content

Commit 7671e08

Browse files
committed
new version
1 parent 011dcf2 commit 7671e08

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.2.0] - 2017-12-29
9+
10+
### Added
11+
12+
- New option `stdio` to configure the stdio passed to the spawned process.
13+
14+
### Changed
15+
16+
- If no callback is passed, the `run()` method returns a promise that resolves when the PHP server is up and running.
17+
18+
### Fixed
19+
20+
- Reorder script and other cli options because the script must be declared after the options.
21+
822
## [1.1.0] - 2017-12-18
923

1024
### Added
@@ -20,4 +34,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2034

2135
First version with basic features.
2236

37+
[1.2.0]: https://github.com/oscarotero/php-server-manager/compare/v1.1.0...v1.2.0
2338
[1.1.0]: https://github.com/oscarotero/php-server-manager/compare/v1.0.0...v1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-server-manager",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Manage PHP built-in servers in node",
55
"main": "index.js",
66
"author": "Oscar Otero",

0 commit comments

Comments
 (0)