diff --git a/CHANGELOG.md b/CHANGELOG.md index ac55ec7..b6ac188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.2.4] - 2022-07- + +- Handle JSON.parse exceptions gracefully. +- Kill any currently running process in linter before starting a new process. + ## [0.2.3] - 2022-07-04 - Default the dialect option to empty to ensure the sqlfluff configuration is the primary source of the dialect. diff --git a/package.json b/package.json index 4163c51..d657cd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-sqlfluff-extended", "displayName": "sqlfluff extended", - "version": "0.2.3", + "version": "0.2.4", "description": "A linter and auto-formatter for SQLfluff, a popular linting tool for SQL and dbt.", "publisher": "RobertOstermann", "icon": "images/icon.png",