Skip to content

Commit d5191e5

Browse files
authored
update changelog and package.json version for vscode extension release (#658)
1 parent a69a17b commit d5191e5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/vscode-extension/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 1.16.0
44
- Add aliases to connections pane
55
- Add path segment completions
6+
- Handle wildcards (%) and nots (! / NOT) in schema based completions
7+
- Minor bugfixes: (Fix linting of :play, limit graph schema polling to graph sizes where the procedure is safe, )
68

79
## 1.14.0
810
- Adds schema (from db.schema.visualization) based completions for labels/reltypes

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neo4j-for-vscode",
33
"displayName": "Neo4j for VS Code",
4-
"version": "1.14.0",
4+
"version": "1.16.0",
55
"private": true,
66
"description": "Highlighting, completions and more for Neo4j Cypher in VS Code",
77
"categories": [

0 commit comments

Comments
 (0)