Skip to content

Commit 8b2a92f

Browse files
authored
Merge pull request #23 from JacobLinCool/changeset-release/main
Release Packages
2 parents ca105cc + ff1319f commit 8b2a92f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/five-chairs-study.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.5.2
4+
5+
### Patch Changes
6+
7+
- [#22](https://github.com/JacobLinCool/node-cloudflared/pull/22) [`2dc1efe`](https://github.com/JacobLinCool/node-cloudflared/commit/2dc1efecc538a5bcf169d09e1f72f02d5bb643d5) Thanks [@koterpillar](https://github.com/koterpillar)! - Don't use shell to start process
8+
39
## 0.5.1
410

511
### Patch 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.5.1",
3+
"version": "0.5.2",
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)