Skip to content

Commit 55216a9

Browse files
committed
chore: release v0.1.2
1 parent e5c3bd5 commit 55216a9

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
"release": "bumpp -r",
99
"lint": "eslint .",
1010
"lint:fix": "eslint . --fix",
11-
"publish:utils-ai": "pnpm --filter utils-ai publish --access public --no-git-checks",
12-
"build": "pnpm run -r build"
11+
"build": "pnpm run -r build",
12+
"build:stub": "pnpm run -r build:stub",
13+
"postinstall": "pnpm run build:stub",
14+
"ext:dev": "pnpm run --filter utils-ai-vscode dev"
1315
},
1416
"devDependencies": {
1517
"@antfu/eslint-config": "1.0.0-beta.22",
1618
"bumpp": "^9.2.0",
1719
"eslint": "^8.51.0"
18-
}
20+
},
21+
"version": "0.1.2"
1922
}

packages/utils-ai-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "barbapapazes",
33
"name": "utils-ai-vscode",
44
"displayName": "Utils AI",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"private": true,
77
"description": "Write faster with AI",
88
"license": "MIT",

packages/utils-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "utils-ai",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"packageManager": "[email protected]",
66
"description": "A CLI of AI Utils",
77
"author": "Estéban Soubiran <[email protected]> (https://github.com/barbapapazes/)",

0 commit comments

Comments
 (0)