From 3d1974676b18baa8036a8ca73b788e621e56b694 Mon Sep 17 00:00:00 2001 From: "Ricardo Q. Bazan" Date: Wed, 9 Sep 2026 13:18:06 -0500 Subject: [PATCH] chore: release v0.0.2 Bump to 0.0.2 and add the changelog entry. The code is unchanged since 0.0.1; this release exercises npm trusted publishing for the first time and ships the corrected contributors metadata. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01KVTfcx388VGYh1ecW9b7BJ --- CHANGELOG.fork.md | 15 ++++++++++++--- packages/portless/package.json | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.fork.md b/CHANGELOG.fork.md index b13c6930..eac6b0cf 100644 --- a/CHANGELOG.fork.md +++ b/CHANGELOG.fork.md @@ -2,10 +2,21 @@ Release notes for `@variablelab/portless`. Upstream's own history is in [CHANGELOG.md](./CHANGELOG.md). -## 0.0.1 +## 0.0.2 +Based on upstream [portless v0.15.6](https://github.com/vercel-labs/portless/releases/tag/v0.15.6) (upstream `main` at `1ad573b`), unchanged since 0.0.1. + +### Changed + +- Releases are published through npm trusted publishing (GitHub OIDC) instead of a long-lived token. This release is the first to use it. +- Fixed the `contributors` entry in `package.json` so npm shows the maintainer's name and profile url correctly. + + + +## 0.0.1 + First release of the fork, based on upstream [portless v0.15.6](https://github.com/vercel-labs/portless/releases/tag/v0.15.6) (upstream `main` at `1ad573b`). ### Added @@ -16,5 +27,3 @@ First release of the fork, based on upstream [portless v0.15.6](https://github.c - Published as `@variablelab/portless`. The installed command is still `portless`. - The npm tarball now includes `LICENSE` and `NOTICE`. - - diff --git a/packages/portless/package.json b/packages/portless/package.json index 3f873535..ede0cb0b 100644 --- a/packages/portless/package.json +++ b/packages/portless/package.json @@ -1,6 +1,6 @@ { "name": "@variablelab/portless", - "version": "0.0.1", + "version": "0.0.2", "description": "Fork of vercel-labs/portless with path-based routing (--path). Replace port numbers with stable, named .localhost URLs and route several apps under one hostname by URL prefix.", "type": "module", "main": "./dist/index.js",