Skip to content

Commit

Permalink
Merge branch 'release/0.13.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Aug 23, 2019
2 parents 5fef423 + e3c7b41 commit 8d50d6a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 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.13.2] - 2019-08-23
### Changed
* Update dependencies

## [0.13.1] - 2019-08-20
### Changed
* Allow cross-origin for 400 responses
Expand Down Expand Up @@ -220,7 +224,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.13.1...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.13.2...HEAD
[0.13.2]: https://github.com/nwtgck/piping-server/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/nwtgck/piping-server/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/nwtgck/piping-server/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/nwtgck/piping-server/compare/v0.11.6...v0.12.0
Expand Down
59 changes: 30 additions & 29 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-server",
"version": "0.13.1",
"version": "0.13.2",
"description": "Streaming Data Transfer Server over HTTP/HTTPS",
"bin": {
"piping-server": "dist/src/index.js"
Expand Down Expand Up @@ -48,6 +48,6 @@
"dependencies": {
"log4js": "^5.0.0",
"multiparty": "^4.2.1",
"yargs": "^13.1.0"
"yargs": "^14.0.0"
}
}

0 comments on commit 8d50d6a

Please sign in to comment.