Skip to content

Commit cabf9e0

Browse files
committed
chore: release 0.2.2
1 parent 8320c9c commit cabf9e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
submodules: 'true'
1820

1921
- name: Use Node.js ${{ matrix.node-version }}
2022
uses: actions/setup-node@v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autodev",
33
"displayName": "AutoDev - 🧙the AI-powered coding wizard.",
44
"description": " 🧙‍AutoDev: the AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀 ",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"repository": "https://github.com/unit-mesh/auto-dev-vscode",
77
"publisher": "Phodal",
88
"l10n": "./l10n",

0 commit comments

Comments
 (0)