Skip to content

Commit c40dbb0

Browse files
committed
bump: 1.12.8
1 parent ebe1e52 commit c40dbb0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [1.12.8] - 2022-11-26
9+
### Changed
10+
* Update dependencies
11+
* (Docker) Use node 16.18.1 as base docker image
12+
813
## [1.12.7] - 2022-09-04
914
### Changed
1015
* Update dependencies
@@ -456,7 +461,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
456461
* Docker automated build on Docker Hub
457462
* Support HTTPS
458463

459-
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.7...HEAD
464+
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.8...HEAD
465+
[1.12.8]: https://github.com/nwtgck/piping-server/compare/v1.12.7...v1.12.8
460466
[1.12.7]: https://github.com/nwtgck/piping-server/compare/v1.12.6...v1.12.7
461467
[1.12.6]: https://github.com/nwtgck/piping-server/compare/v1.12.5...v1.12.6
462468
[1.12.5]: https://github.com/nwtgck/piping-server/compare/v1.12.4...v1.12.5

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piping-server",
3-
"version": "1.12.8-SNAPSHOT",
3+
"version": "1.12.8",
44
"description": "Streaming Data Transfer Server over HTTP/HTTPS",
55
"bin": {
66
"piping-server": "dist/src/index.js"

0 commit comments

Comments
 (0)