From c79f12e9bccf692dce77a9f9678de0286fe733a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Oct 2023 14:12:50 +0000 Subject: [PATCH] Version Packages --- .changeset/young-beans-cross.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/young-beans-cross.md diff --git a/.changeset/young-beans-cross.md b/.changeset/young-beans-cross.md deleted file mode 100644 index 29746a2..0000000 --- a/.changeset/young-beans-cross.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"bits-to-dead-trees": minor ---- - -Allow to use `PORT` instead of `SERVER_PORT` as environment variable to set the listening port. - -This is to be more in line with most hosting providers. -`PORT` takes precedence over `SERVER_PORT`. Default is 8000. diff --git a/CHANGELOG.md b/CHANGELOG.md index 45974cd..80afb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # bits-to-dead-trees +## 2.10.0 + +### Minor Changes + +- [`8a7bd14`](https://github.com/rmehner/bits-to-dead-trees/commit/8a7bd148f48fa164c0ef0657ada5d57fd17688ab) Thanks [@rmehner](https://github.com/rmehner)! - Allow to use `PORT` instead of `SERVER_PORT` as environment variable to set the listening port. + + This is to be more in line with most hosting providers. + `PORT` takes precedence over `SERVER_PORT`. Default is 8000. + ## 2.9.0 ### Minor Changes diff --git a/package.json b/package.json index 0a4e10a..c77d1a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bits-to-dead-trees", "author": "Robin Mehner ", - "version": "2.9.0", + "version": "2.10.0", "description": "Turn HTML into PDF files", "repository": "github:rmehner/bits-to-dead-trees", "license": "Apache-2.0",