From 173d588132f818d48a482e44d9fed65b5bb831ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:10:21 +0000 Subject: [PATCH] chore(main): release yes-https 4.0.2 --- .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 cf533f2..1778b2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.1" + ".": "4.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a4305..5f3224d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/JustinBeckwith/yes-https/compare/yes-https-v4.0.1...yes-https-v4.0.2) (2026-04-12) + + +### Bug Fixes + +* pass GitHub token to npm publish ([#152](https://github.com/JustinBeckwith/yes-https/issues/152)) ([cefe9a5](https://github.com/JustinBeckwith/yes-https/commit/cefe9a50109ea2602cf39fa255432593e62febe8)) + ## [4.0.1](https://github.com/JustinBeckwith/yes-https/compare/yes-https-v4.0.0...yes-https-v4.0.1) (2026-04-12) diff --git a/package-lock.json b/package-lock.json index 8d094e3..347e55c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yes-https", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yes-https", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "devDependencies": { "@biomejs/biome": "^2.2.6", diff --git a/package.json b/package.json index 9c695f1..28f55cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yes-https", - "version": "4.0.1", + "version": "4.0.2", "description": "A simple utility to force https for connect based node.js apps.", "type": "module", "exports": "./lib/index.js",