diff --git a/.changeset/pink-spoons-smash.md b/.changeset/pink-spoons-smash.md deleted file mode 100644 index ef5d110..0000000 --- a/.changeset/pink-spoons-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cloudflared": patch ---- - -Remove redundant error event listeners in Tunnel class diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a21e4..064d809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cloudflared +## 0.7.1 + +### Patch Changes + +- [#35](https://github.com/JacobLinCool/node-cloudflared/pull/35) [`779c35b`](https://github.com/JacobLinCool/node-cloudflared/commit/779c35b22f32addabb237537e02e94c82273db88) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Remove redundant error event listeners in Tunnel class + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index aede0e3..53d6a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudflared", - "version": "0.7.0", + "version": "0.7.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",