From 6ef9a19106e89f451dbf1dedcea2e89caca3d3d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Feb 2025 11:36:29 +0000 Subject: [PATCH] bump versions --- .changeset/pretty-knives-kick.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pretty-knives-kick.md diff --git a/.changeset/pretty-knives-kick.md b/.changeset/pretty-knives-kick.md deleted file mode 100644 index b0cac9d..0000000 --- a/.changeset/pretty-knives-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cloudflared": minor ---- - -Don't fail package installation if binary can't be run diff --git a/CHANGELOG.md b/CHANGELOG.md index afbae50..25a21e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cloudflared +## 0.7.0 + +### Minor Changes + +- [#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 + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 71f40c9..aede0e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudflared", - "version": "0.6.0", + "version": "0.7.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",