Skip to content

Commit

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

## [Unreleased]

## [0.8.0] - 2019-01-18
### Changed
* Introduce TSLint and change the interfaces of `Server` class

## [0.7.1] - 2019-01-17
### Fixed
* Close sender if all receivers close
Expand Down Expand Up @@ -91,7 +95,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.7.1...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/nwtgck/piping-seraver/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/nwtgck/piping-seraver/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/nwtgck/piping-seraver/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/nwtgck/piping-seraver/compare/v0.6.0...v0.6.1
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.7.2-SNAPSHOT",
"version": "0.8.0",
"description": "HTTP Piping Data Transfer Server",
"bin": {
"piping-server": "dist/src/index.js"
Expand Down

0 comments on commit 05e7438

Please sign in to comment.