We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343e29b commit 198c7e2Copy full SHA for 198c7e2
packages/vscode-extension/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# neo4j-for-vscode
2
3
+## 1.11.0
4
+
5
+- Adds support for the access-mode console command
6
+- Updates grammar and semantic analysis
7
+- Updates formatter handling of CALL
8
9
## 1.10.0
10
11
- Adds new version of the Cypher formatting
packages/vscode-extension/package.json
@@ -6,7 +6,7 @@
"publisher": "neo4j-extensions",
"author": "Neo4j Inc.",
"license": "Apache-2.0",
- "version": "1.10.1",
+ "version": "1.11.0",
"preview": false,
"categories": [
12
"Programming Languages",
0 commit comments