Skip to content

Commit

Permalink
Merge pull request #18 from JacobLinCool/changeset-release/main
Browse files Browse the repository at this point in the history
Release Packages
  • Loading branch information
JacobLinCool committed Feb 1, 2024
2 parents 2634c77 + 52fc5af commit 4ca7ebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-radios-rule.md

This file was deleted.

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

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

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"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 4ca7ebd

Please sign in to comment.