From 4d6156884c6cf6f5dd7262b44ce7b3b75dfc6c7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:31:07 +0000 Subject: [PATCH] chore(main): release 0.24.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc5553b0..7283b8f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.24.0" + ".": "0.24.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4591e229..e68d3ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # ChangeLog +## [0.24.1](https://github.com/shufo/vscode-blade-formatter/compare/v0.24.0...v0.24.1) (2024-02-06) + + +### Fixes + +* 🐛 runtime config does not support indentInnerHtml option ([a413028](https://github.com/shufo/vscode-blade-formatter/commit/a413028a81659cb5ceaf8d8052a1d878ae243b57)) + + +### Miscellaneous + +* 🤖 bump blade-formatter to 1.40.1 ([377efea](https://github.com/shufo/vscode-blade-formatter/commit/377efeae0fd0817b2a45445b487bcbba872daad2)) +* **deps:** bump ignore from 5.2.4 to 5.3.1 ([9acf5bd](https://github.com/shufo/vscode-blade-formatter/commit/9acf5bda04aa4a66bbb40d331b3a3dd802c53d71)) +* **deps:** update actions/cache action to v4 ([533f4c4](https://github.com/shufo/vscode-blade-formatter/commit/533f4c4f598fb168b14714edfcc2c982167b31bc)) +* **deps:** update all minor update of dev dependencies ([86b2326](https://github.com/shufo/vscode-blade-formatter/commit/86b2326672c2ccc087b24ebe92ba92223b7a241c)) + ## [0.24.0](https://github.com/shufo/vscode-blade-formatter/compare/v0.23.5...v0.24.0) (2023-12-31) diff --git a/package.json b/package.json index 5a3fda59..3f69ef1a 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.24.0", + "version": "0.24.1", "license": "MIT", "engines": { "vscode": "^1.57.0",