Skip to content

Commit 3dcd206

Browse files
authored
Merge pull request #36 from JacobLinCool/changeset-release/main
Release Packages
2 parents 4b76aa2 + 98fec4b commit 3dcd206

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/pink-spoons-smash.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.7.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.7.0
410

511
### Minor 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.7.0",
3+
"version": "0.7.1",
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)