We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5660c1e commit e5e36bcCopy full SHA for e5e36bc
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [2.1.1] - 2018-05-01
9
+
10
+### Added
11
12
+- Add Servers informations on homepage
13
+- Add Vhosts informations on homepage
14
+- Add Vhosts interpretation on homepage to open defined hostname by project
15
16
## [2.1] - 2018-04-05
17
18
### Added
README.md
@@ -137,7 +137,7 @@ docker run --rm node npm -v
137
To open default home page in browser
138
139
```shell
140
-make home
+make homepage
141
```
142
143
### Hosts
0 commit comments