Skip to content

Commit

Permalink
bump: 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 5, 2022
1 parent 09132c0 commit 3d32482
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.12.0] - 2022-03-05
### Changed
* Update dependencies
* (command) Improve HTTPS-related option error messages
* Change fonts in top page and /noscript page

## [1.11.1] - 2022-02-05
### Changed
* Update dependencies
Expand Down Expand Up @@ -411,7 +417,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.11.1...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/nwtgck/piping-server/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/nwtgck/piping-server/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/nwtgck/piping-server/compare/v1.10.2...v1.11.0
[1.10.2]: https://github.com/nwtgck/piping-server/compare/v1.10.1...v1.10.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-server",
"version": "1.11.1",
"version": "1.12.0",
"description": "Streaming Data Transfer Server over HTTP/HTTPS",
"bin": {
"piping-server": "dist/src/index.js"
Expand Down

0 comments on commit 3d32482

Please sign in to comment.