Skip to content

Commit 44d1b76

Browse files
committedApr 25, 2023
chore: bump to 0.4.0
1 parent 8513d43 commit 44d1b76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudflared",
3-
"version": "0.3.5",
4-
"description": "Cloudflared in Node.",
3+
"version": "0.4.0",
4+
"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",
77
"bin": "./lib/cloudflared.js",
@@ -16,6 +16,7 @@
1616
},
1717
"keywords": [
1818
"cloudflared",
19+
"tunnel",
1920
"macos",
2021
"windows",
2122
"linux",

0 commit comments

Comments
 (0)
Please sign in to comment.