Skip to content

Commit

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

## [Unreleased]

## [1.12.6] - 2022-08-10
### Changed
* Update dependencies

### Fixed
* Change the way of setting secure context to avoid an error "curl: (35) error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure" on client side in some environment

## [1.12.5] - 2022-07-06
### Changed
* Update dependencies
Expand Down Expand Up @@ -442,7 +449,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.12.5...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.6...HEAD
[1.12.6]: https://github.com/nwtgck/piping-server/compare/v1.12.5...v1.12.6
[1.12.5]: https://github.com/nwtgck/piping-server/compare/v1.12.4...v1.12.5
[1.12.4]: https://github.com/nwtgck/piping-server/compare/v1.12.3...v1.12.4
[1.12.3]: https://github.com/nwtgck/piping-server/compare/v1.12.2...v1.12.3
Expand Down
4 changes: 2 additions & 2 deletions 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.12.5",
"version": "1.12.6",
"description": "Streaming Data Transfer Server over HTTP/HTTPS",
"bin": {
"piping-server": "dist/src/index.js"
Expand Down

0 comments on commit 39e9d79

Please sign in to comment.