Skip to content

Commit

Permalink
bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
txchen committed Jul 28, 2020
1 parent 0104c6e commit 6c2e637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ The values in the command line have higher priority than the ones in the config

## Changelog

**2020-07-28** `2.8.0`
Allow passing a path into the open option, #64.

**2020-06-07** `2.7.0`
Add option 'serveRedirect' in rc file, #58.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-server",
"version": "2.7.0",
"version": "2.8.0",
"description": "an http server that can watch files, trigger commands and livereload",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 6c2e637

Please sign in to comment.