@neo4j-cypher/language-support 2.0.0-canary-0d0dce4 → 2.0.0-canary-e119d95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @neo4j-cypher/language-support
2
2
 
3
+ ## 2.0.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 3661e9d: Fixes database completions for CREATE ALIAS commands
8
+ - b76af58: Fixes bug in signature help of functions nested inside procedure calls
9
+ - 21699b7: Updates the semantic analysis module to use the antlr parser instead of the javaCC one
10
+ - 6afc0e3: Adds signature information on auto-completions
11
+ - 39b924d: Fixes bug in labels completion
12
+
3
13
  ## 2.0.0-next.6
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "linting",
19
19
  "highlighting"
20
20
  ],
21
- "version": "2.0.0-canary-0d0dce4",
21
+ "version": "2.0.0-canary-e119d95",
22
22
  "main": "./dist/cjs/index.cjs",
23
23
  "module": "./dist/esm/index.mjs",
24
24
  "types": "./dist/types/index.d.js",