Skip to content

Commit 4ca7ebd

Browse files
authored
Merge pull request #18 from JacobLinCool/changeset-release/main
Release Packages
2 parents 2634c77 + 52fc5af commit 4ca7ebd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/moody-radios-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cloudflared
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#17](https://github.com/JacobLinCool/node-cloudflared/pull/17) [`e0627f0`](https://github.com/JacobLinCool/node-cloudflared/commit/e0627f042d05879a1688ff7517994f87e0b23b01) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Make `bin` respect `process.env.CLOUDFLARED_BIN` before choosing the default path, and it can be changed later using `use`.
8+
39
## 0.5.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflared",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"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.",
55
"main": "./lib/lib.js",
66
"types": "./lib/lib.d.ts",

0 commit comments

Comments
 (0)