Skip to content

Commit 95f8731

Browse files
committed
chore(release): bump version to 7.1.0
Update version across all components: - IntelliJ plugin (gradle.properties) - refact-chat-js (package.json, package-lock.json) - VSCode extension (package.json + dependency) - refact-lsp engine (Cargo.toml) Add update-dependencies.sh script for IntelliJ plugin to automate GUI build and LSP binary bundling.
1 parent 7f3c48c commit 95f8731

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/smallcloudai/refact-vscode/issues",
1919
"email": "support@smallcloud.tech"
2020
},
21-
"version": "7.0.2",
21+
"version": "7.1.0",
2222
"dependencies": {
2323
"@types/marked": "^4.0.8",
2424
"@types/vscode": "^1.69.0",
@@ -27,7 +27,7 @@
2727
"fetch-h2": "^3.0.2",
2828
"json5": "^2.2.3",
2929
"marked": "^4.0.8",
30-
"refact-chat-js": "^7.0.2",
30+
"refact-chat-js": "^7.1.0",
3131
"uuid": "^9.0.1",
3232
"vscode-languageclient": "^7.0.0"
3333
},

0 commit comments

Comments
 (0)