From ed81f1668996d5caf51b09ede2ff2e637d24a180 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 00:56:15 +0000 Subject: [PATCH] chore(main): release yes-https 4.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..cf533f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b85a8..86a4305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/JustinBeckwith/yes-https/compare/yes-https-v4.0.0...yes-https-v4.0.1) (2026-04-12) + + +### Bug Fixes + +* normalize includeSubDomains option handling ([#134](https://github.com/JustinBeckwith/yes-https/issues/134)) ([61f7c77](https://github.com/JustinBeckwith/yes-https/commit/61f7c77af5520475b6f29371c7fcb60a852f4b31)) + ## [4.0.0](https://github.com/JustinBeckwith/yes-https/compare/yes-https-v3.0.1...yes-https-v4.0.0) (2025-10-14) diff --git a/package-lock.json b/package-lock.json index 10c5e2c..d9a86ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yes-https", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yes-https", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "devDependencies": { "@biomejs/biome": "^2.2.6", diff --git a/package.json b/package.json index 1d30b4d..e05f407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yes-https", - "version": "4.0.0", + "version": "4.0.1", "description": "A simple utility to force https for connect based node.js apps.", "type": "module", "exports": "./lib/index.js",