Skip to content

Commit

Permalink
[bump/docs] Bump up version to 0.8.8 and Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Feb 15, 2019
1 parent 5c8924b commit d96a96c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.8.8] - 2019-02-15
### Changed
* Return 204 No Content when user gets /favicon.ico
* Update dependencies

## [0.8.7] - 2019-02-06
### Changed
* Allow cross-origin
Expand Down Expand Up @@ -125,7 +130,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
* Docker automated build on Docker Hub
* Support HTTPS

[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.8.7...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.8.8...HEAD
[0.8.8]: https://github.com/nwtgck/piping-seraver/compare/v0.8.7...v0.8.8
[0.8.7]: https://github.com/nwtgck/piping-seraver/compare/v0.8.6...v0.8.7
[0.8.6]: https://github.com/nwtgck/piping-seraver/compare/v0.8.5...v0.8.6
[0.8.5]: https://github.com/nwtgck/piping-seraver/compare/v0.8.4...v0.8.5
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": "piping-server",
"version": "0.8.8-SNAPSHOT",
"version": "0.8.8",
"description": "Streaming Data Transfer Server over HTTP/HTTPS",
"bin": {
"piping-server": "dist/src/index.js"
Expand Down

0 comments on commit d96a96c

Please sign in to comment.