From 82a17169ceb5d7c74217cca9ca86b8d9f14f5e4c Mon Sep 17 00:00:00 2001 From: raleigh-g-thompson Date: Thu, 31 Jul 2025 09:37:51 -0400 Subject: [PATCH] updates CQL Language Server to v3.5.0, changes extension version to 0.7.6 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f40e60..cda7c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cql", - "version": "0.7.5", + "version": "0.7.6", "displayName": "Clinical Quality Language (CQL)", "description": "Syntax highlighting, linting, and execution for the HL7 Clinical Quality Language (CQL) for VS Code", "publisher": "cqframework", @@ -123,7 +123,7 @@ "cql-language-server": { "groupId": "org.opencds.cqf.cql.ls", "artifactId": "cql-ls-service", - "version": "3.4.0" + "version": "3.5.0" } }, "devDependencies": { @@ -162,4 +162,4 @@ "tabWidth": 2, "arrowParens": "avoid" } -} \ No newline at end of file +}