Skip to content

Commit

Permalink
Merge tag 'v1.2.0' into develop
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
nwtgck committed Feb 14, 2021
2 parents 52b97a6 + 699fee6 commit 69b21ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.2.0] - 2021-02-14
### Changed
* Update dependencies
* Remove `X-Content-Type-Options: nosniff` for better UX for command-line users

## [1.1.4] - 2021-01-23
### Changed
* Update dependencies
Expand Down Expand Up @@ -309,7 +314,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/v1.1.4...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/nwtgck/piping-server/compare/v1.1.4...v1.2.0
[1.1.4]: https://github.com/nwtgck/piping-server/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/nwtgck/piping-server/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/nwtgck/piping-server/compare/v1.1.1...v1.1.2
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
@@ -1,6 +1,6 @@
{
"name": "piping-server",
"version": "1.1.5-SNAPSHOT",
"version": "1.2.0",
"description": "Streaming Data Transfer Server over HTTP/HTTPS",
"bin": {
"piping-server": "dist/src/index.js"
Expand Down

0 comments on commit 69b21ab

Please sign in to comment.