Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions CHANGELOG.fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- release:start -->

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.

<!-- release:end -->

## 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
Expand All @@ -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`.

<!-- release:end -->
2 changes: 1 addition & 1 deletion packages/portless/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading