Skip to content

Commit 2a12eea

Browse files
committed
New version
1 parent b70d5a5 commit 2a12eea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1] - 2018-01-02
9+
10+
### Fixed
11+
12+
- Reorder script and other cli options because the script must be declared after the options. (This commit was reverted accidentally in 1.2.0, it's included now).
13+
814
## [1.2.0] - 2017-12-29
915

1016
### Added
@@ -34,5 +40,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3440

3541
First version with basic features.
3642

43+
[1.2.1]: https://github.com/oscarotero/php-server-manager/compare/v1.2.0...v1.2.1
3744
[1.2.0]: https://github.com/oscarotero/php-server-manager/compare/v1.1.0...v1.2.0
3845
[1.1.0]: https://github.com/oscarotero/php-server-manager/compare/v1.0.0...v1.1.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Oscar Otero
3+
Copyright (c) 2018 Oscar Otero
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.2.0",
3+
"version": "1.2.1",
44
"description": "Manage PHP built-in servers in node",
55
"main": "index.js",
66
"author": "Oscar Otero",

0 commit comments

Comments
 (0)