Skip to content

Commit c484906

Browse files
authored
Merge pull request #11 from JacobLinCool/changeset-release/main
Release Packages
2 parents 91cf2fe + 1bd71e6 commit c484906

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/tough-onions-move.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cloudflared
2+
3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#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.4.0",
3+
"version": "0.5.0",
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)