Skip to content

Commit 0b895ea

Browse files
authored
Merge pull request #33 from JacobLinCool/changeset-release/main
Release Packages
2 parents f1dfb1b + 6ef9a19 commit 0b895ea

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/pretty-knives-kick.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.0
4+
5+
### Minor Changes
6+
7+
- [#32](https://github.com/JacobLinCool/node-cloudflared/pull/32) [`a095103`](https://github.com/JacobLinCool/node-cloudflared/commit/a0951031406b09a395e67ebb9dab8f3b79e6c9a2) Thanks [@koterpillar](https://github.com/koterpillar)! - Don't fail package installation if binary can't be run
8+
39
## 0.6.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.6.0",
3+
"version": "0.7.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)