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
5 changes: 0 additions & 5 deletions .changeset/olive-donkeys-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-pumas-repeat.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cloudflared

## 0.7.3

### Patch Changes

- [#40](https://github.com/JacobLinCool/node-cloudflared/pull/40) [`9844a3a`](https://github.com/JacobLinCool/node-cloudflared/commit/9844a3a574fca9e9f6175a3e33dc308c10505eb0) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Fix `CLOUDFLARED_VERSION` being ignored during installation. The `postinstall` script hardcoded `bin install latest`, so the environment variable documented in the README had no effect on the version that got installed. Installing an explicit version also printed `Installing cloudflared undefined` because the message read the raw argument instead of the resolved version.

- [#40](https://github.com/JacobLinCool/node-cloudflared/pull/40) [`9844a3a`](https://github.com/JacobLinCool/node-cloudflared/commit/9844a3a574fca9e9f6175a3e33dc308c10505eb0) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Update the toolchain and CI. Publishing now uses npm trusted publishing (OIDC) instead of a long-lived `NPM_TOKEN`, which npm revoked along with all classic tokens. pnpm moves to 11 for its native OIDC support, so its settings move from `package.json` to `pnpm-workspace.yaml`. Also bumps eslint, vitest, prettier, typedoc and `@types/node`, drops the unused `changeset` package (an unrelated LevelDB utility, not the changesets CLI), moves typedoc to a config file so the `@platform` tag no longer warns, upgrades the GitHub Actions to Node 24 runtimes, and refreshes the cloudflared test matrix.

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflared",
"version": "0.7.2",
"version": "0.7.3",
"description": "Cloudflared in Node. Which allows you to easily create HTTPS tunnels using Cloudflare's cloudflared. It provides a typed API for creating tunnels and managing the cloudflared binary installation.",
"main": "./lib/lib.js",
"types": "./lib/lib.d.ts",
Expand Down