@neo4j-cypher/language-server 2.0.0-next.3 → 2.0.0-next.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @neo4j-cypher/language-server
2
2
 
3
+ ## 2.0.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @neo4j-cypher/language-support@2.0.0-next.4
9
+
10
+ ## 2.0.0-next.4
11
+
12
+ ### Patch Changes
13
+
14
+ - 8cc77c6: Add support for console commands
15
+ - 1e210cb: Moves semantic analysis to a separate worker file
16
+ - Updated dependencies [8cc77c6]
17
+ - Updated dependencies [1e210cb]
18
+ - Updated dependencies [f6d20b2]
19
+ - @neo4j-cypher/language-support@2.0.0-next.3
20
+
3
21
  ## 2.0.0-next.3
4
22
 
5
23
  ### Patch Changes