Skip to content

Commit 5511898

Browse files
authored
Merge pull request #29 from JacobLinCool/changeset-release/main
Release Packages
2 parents 8d5fb54 + 701f47c commit 5511898

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tall-gorillas-taste.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.6.0
4+
5+
### Minor Changes
6+
7+
- [#28](https://github.com/JacobLinCool/node-cloudflared/pull/28) [`52570e5`](https://github.com/JacobLinCool/node-cloudflared/commit/52570e5f7c1ec1f93cf4ac38a2caae396bb30603) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Tunnel class with custom output parser
8+
39
## 0.5.3
410

511
### Patch 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.3",
3+
"version": "0.6.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)