diff --git a/.changeset/tall-gorillas-taste.md b/.changeset/tall-gorillas-taste.md deleted file mode 100644 index 191a4f1..0000000 --- a/.changeset/tall-gorillas-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cloudflared": minor ---- - -Tunnel class with custom output parser diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce2cde..afbae50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cloudflared +## 0.6.0 + +### Minor Changes + +- [#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 + ## 0.5.3 ### Patch Changes diff --git a/package.json b/package.json index d54bd2d..2ef0d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudflared", - "version": "0.5.3", + "version": "0.6.0", "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",