diff --git a/.changes/schema.md b/.changes/schema.md deleted file mode 100644 index b6b9f64..0000000 --- a/.changes/schema.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-vscode": patch ---- - -Update schema fileMateches to detect `.json5` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab1e1b..4dd11db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.1.6] + +- Update schema fileMateches to detect `.json5` + - [a4e5721](https://www.github.com/tauri-apps/tauri-vscode/commit/a4e5721ef4212ba7c4bc4f7aa99bc8c8820b8d40) feat: detect schema on `.json5` conf on 2022-06-18 + ## \[0.1.5] - Update the extension icon. diff --git a/package.json b/package.json index 5c2b3be..850a16c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/tauri-apps/tauri-vscode.git" }, - "version": "0.1.5", + "version": "0.1.6", "engines": { "vscode": "^1.66.0" },