From 7b67918a4fb2f6a29d478cbfbcbea845932439e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 10:10:26 +0000 Subject: [PATCH] chore: release 0.12.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9310ab..5ae2bdff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # ChangeLog +## [0.12.0](https://www.github.com/shufo/vscode-blade-formatter/compare/v0.11.0...v0.12.0) (2022-01-29) + + +### Features + +* add json schema for config file and enable jsonValidation feature ([bbab3d7](https://www.github.com/shufo/vscode-blade-formatter/commit/bbab3d7a778a1bdd3d4f04113a850b620d254cda)) + + +### Miscellaneous + +* 🤖 bump blade-formatter to 1.17.1 ([175ead1](https://www.github.com/shufo/vscode-blade-formatter/commit/175ead130f3c4ce8ad288cca28b56979e38c4dae)) +* 🤖 bump blade-formatter to 1.17.2 ([04e0d7b](https://www.github.com/shufo/vscode-blade-formatter/commit/04e0d7b883bd3781590307867ac8f96d434223fc)) +* add .bladeformatterrc to contributes.languages ([342c1e1](https://www.github.com/shufo/vscode-blade-formatter/commit/342c1e1abbc7943a0ddbd9b8510fbb1291c50d76)) + ## [0.11.0](https://www.github.com/shufo/vscode-blade-formatter/compare/v0.10.3...v0.11.0) (2022-01-25) diff --git a/package.json b/package.json index 4a8725ff..5bdae4d9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "shufo", "displayName": "Laravel Blade formatter", "description": "Laravel Blade formatter for VSCode", - "version": "0.11.0", + "version": "0.12.0", "license": "MIT", "engines": { "vscode": "^1.57.0",