Skip to content

Commit 3e26c0b

Browse files
committed
Merge branch 'release/1.12.7'
2 parents 1b843fd + a53220c commit 3e26c0b

File tree

6 files changed

+275
-167
lines changed

6 files changed

+275
-167
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.7] - 2022-09-04
9+
### Changed
10+
* Update dependencies
11+
* Allow Web browser to detect X-Piping feature in preflight request
12+
813
## [1.12.6] - 2022-08-10
914
### Changed
1015
* Update dependencies
@@ -449,7 +454,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
449454
* Docker automated build on Docker Hub
450455
* Support HTTPS
451456

452-
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.6...HEAD
457+
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.7...HEAD
458+
[1.12.7]: https://github.com/nwtgck/piping-server/compare/v1.12.6...v1.12.7
453459
[1.12.6]: https://github.com/nwtgck/piping-server/compare/v1.12.5...v1.12.6
454460
[1.12.5]: https://github.com/nwtgck/piping-server/compare/v1.12.4...v1.12.5
455461
[1.12.4]: https://github.com/nwtgck/piping-server/compare/v1.12.3...v1.12.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.16.0-alpine
1+
FROM node:16.17.0-alpine
22

33
LABEL maintainer="Ryo Ota <nwtgck@nwtgck.org>"
44

0 commit comments

Comments
 (0)