Skip to content

Commit c7db067

Browse files
committed
chore: add changeset
1 parent b5d304b commit c7db067

4 files changed

Lines changed: 1703 additions & 2 deletions

File tree

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
3+
"changelog": "@changesets/changelog-github",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"docs": "typedoc ./src/lib.ts",
1313
"format": "prettier --write '**/*.{js,ts,jsx,tsx,json,yml,yaml,md,html}' --ignore-path .gitignore",
1414
"lint": "eslint .",
15-
"postinstall": "node scripts/postinstall.mjs && node lib/cloudflared.js -v"
15+
"postinstall": "node scripts/postinstall.mjs && node lib/cloudflared.js -v",
16+
"changeset": "changeset"
1617
},
1718
"keywords": [
1819
"cloudflared",
@@ -30,9 +31,12 @@
3031
"scripts"
3132
],
3233
"devDependencies": {
34+
"@changesets/changelog-github": "^0.4.8",
35+
"@changesets/cli": "^2.26.2",
3336
"@types/node": "^18.0.6",
3437
"@typescript-eslint/eslint-plugin": "^5.30.7",
3538
"@typescript-eslint/parser": "^5.30.7",
39+
"changeset": "^0.2.6",
3640
"cloudflared": "workspace:*",
3741
"eslint": "^8.20.0",
3842
"eslint-config-prettier": "^8.5.0",
@@ -49,5 +53,6 @@
4953
},
5054
"bugs": {
5155
"url": "https://github.com/JacobLinCool/node-cloudflared/issues"
52-
}
56+
},
57+
"packageManager": "pnpm@8.7.5"
5358
}

0 commit comments

Comments
 (0)