Skip to content

Commit

Permalink
Merge pull request #25 from JacobLinCool/changeset-release/main
Browse files Browse the repository at this point in the history
Release Packages
  • Loading branch information
JacobLinCool authored Aug 6, 2024
2 parents 2f2902b + 38b954f commit 9681e9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-frogs-accept.md

This file was deleted.

12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# cloudflared

## 0.5.3

### Patch Changes

- [`b175709`](https://github.com/JacobLinCool/node-cloudflared/commit/b17570967d937b96146e9b63d51be805f18e3523) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support macos arm64 binary starting from 2024.8.2

## 0.5.2

### Patch Changes

- [#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
- [#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

## 0.5.1

### Patch Changes

- [#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`.
- [#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`.

## 0.5.0

### Minor Changes

- [#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
- [#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
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.5.2",
"version": "0.5.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

0 comments on commit 9681e9c

Please sign in to comment.