From 6c52a6324314f727a5d80378c5e68b010a87a726 Mon Sep 17 00:00:00 2001 From: shufo Date: Tue, 26 Jan 2021 12:17:25 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Release=201.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfe28dc..2f2a2a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.10.0](https://github.com/shufo/blade-formatter/compare/v1.9.9...v1.10.0) (2021-01-26) + + +### Features + +* 🎸 add ignore to packages ([ffc85cc](https://github.com/shufo/blade-formatter/commit/ffc85cc41409b26ed607a0c171b69b393a9b796e)) +* 🎸 ignore files specified in .bladeignore ([57e76b7](https://github.com/shufo/blade-formatter/commit/57e76b77840986d1f0881c8348eab9f2f6b6e9ad)), closes [#198](https://github.com/shufo/blade-formatter/issues/198) [#9](https://github.com/shufo/blade-formatter/issues/9) + + + ## [1.9.9](https://github.com/shufo/blade-formatter/compare/v1.9.8...v1.9.9) (2021-01-23) diff --git a/package.json b/package.json index 9d13f844..f08ecd09 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "formatter", "laravel" ], - "version": "1.9.9", + "version": "1.10.0", "description": "An opinionated blade template formatter for Laravel", "main": "src/main.js", "scripts": {