From 5b5e8c84e3eee5313f14205937365b747299c5eb Mon Sep 17 00:00:00 2001 From: Bryce Osterhaus Date: Fri, 31 May 2024 14:52:42 +0400 Subject: [PATCH] chore: prepare @liferay/prettier-plugin v1.1.5 release --- projects/prettier-plugin/CHANGELOG.md | 8 ++++++++ projects/prettier-plugin/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/projects/prettier-plugin/CHANGELOG.md b/projects/prettier-plugin/CHANGELOG.md index a1b3faf2b..035137403 100644 --- a/projects/prettier-plugin/CHANGELOG.md +++ b/projects/prettier-plugin/CHANGELOG.md @@ -1,3 +1,11 @@ +## [prettier-plugin/v1.1.5](https://github.com/liferay/liferay-frontend-projects/tree/prettier-plugin/v1.1.5) (2024-05-31) + +[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/prettier-plugin/v1.1.4...prettier-plugin/v1.1.5) + +### :wrench: Bug fixes + +- fix(prettier-plugin): add default options so that we don't need to specify these everytime ([\#1219](https://github.com/liferay/liferay-frontend-projects/pull/1219)) + ## [prettier-plugin/v1.1.4](https://github.com/liferay/liferay-frontend-projects/tree/prettier-plugin/v1.1.4) (2024-05-31) [Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/prettier-plugin/v1.1.3...prettier-plugin/v1.1.4) diff --git a/projects/prettier-plugin/package.json b/projects/prettier-plugin/package.json index 5887bb53a..cce68b5ff 100644 --- a/projects/prettier-plugin/package.json +++ b/projects/prettier-plugin/package.json @@ -15,7 +15,7 @@ "preversion": "liferay-workspace-scripts ci", "test": "node --test" }, - "version": "1.1.4", + "version": "1.1.5", "devDependencies": { "esbuild": "^0.21.2" }