Skip to content

Commit 9681e9c

Browse files
authored
Merge pull request #25 from JacobLinCool/changeset-release/main
Release Packages
2 parents 2f2902b + 38b954f commit 9681e9c

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/forty-frogs-accept.md

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

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# cloudflared
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- [`b175709`](https://github.com/JacobLinCool/node-cloudflared/commit/b17570967d937b96146e9b63d51be805f18e3523) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support macos arm64 binary starting from 2024.8.2
8+
39
## 0.5.2
410

511
### Patch Changes
612

7-
- [#22](https://github.com/JacobLinCool/node-cloudflared/pull/22) [`2dc1efe`](https://github.com/JacobLinCool/node-cloudflared/commit/2dc1efecc538a5bcf169d09e1f72f02d5bb643d5) Thanks [@koterpillar](https://github.com/koterpillar)! - Don't use shell to start process
13+
- [#22](https://github.com/JacobLinCool/node-cloudflared/pull/22) [`2dc1efe`](https://github.com/JacobLinCool/node-cloudflared/commit/2dc1efecc538a5bcf169d09e1f72f02d5bb643d5) Thanks [@koterpillar](https://github.com/koterpillar)! - Don't use shell to start process
814

915
## 0.5.1
1016

1117
### Patch Changes
1218

13-
- [#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`.
19+
- [#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`.
1420

1521
## 0.5.0
1622

1723
### Minor Changes
1824

19-
- [#10](https://github.com/JacobLinCool/node-cloudflared/pull/10) [`7a611c4`](https://github.com/JacobLinCool/node-cloudflared/commit/7a611c4ce7f423aa78f86b03dc11df94b50ba4e0) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Update the output parser to cloudflared 2023.8.2
25+
- [#10](https://github.com/JacobLinCool/node-cloudflared/pull/10) [`7a611c4`](https://github.com/JacobLinCool/node-cloudflared/commit/7a611c4ce7f423aa78f86b03dc11df94b50ba4e0) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Update the output parser to cloudflared 2023.8.2

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.2",
3+
"version": "0.5.3",
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)