diff --git a/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md b/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md index 5860f42fa..a6c18260b 100644 --- a/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md +++ b/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md @@ -1,3 +1,19 @@ +## [liferay-theme-tasks/v11.5.4](https://github.com/liferay/liferay-frontend-projects/tree/liferay-theme-tasks/v11.5.4) (2024-08-26) + +[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-theme-tasks/v11.5.3...liferay-theme-tasks/v11.5.4) + +### :new: Features + +- feat(npm-scripts): update for node v20 ([\#1184](https://github.com/liferay/liferay-frontend-projects/pull/1184)) + +### :wrench: Bug fixes + +- fix(liferay-theme-task): Update regex to allow mulitple semicolons for @import ([\#1194](https://github.com/liferay/liferay-frontend-projects/pull/1194)) + +### :house: Chores + +- chore(liferay-theme-tasks): Adds docs for Sass 1.65.1 error and div d… ([\#1169](https://github.com/liferay/liferay-frontend-projects/pull/1169)) + ## [liferay-theme-tasks/v11.5.3](https://github.com/liferay/liferay-frontend-projects/tree/liferay-theme-tasks/v11.5.3) (2023-08-25) [Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-theme-tasks/v11.5.1...liferay-theme-tasks/v11.5.3) diff --git a/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json b/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json index 1944674ad..af0456b22 100644 --- a/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json +++ b/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json @@ -79,5 +79,5 @@ "preversion": "liferay-workspace-scripts ci", "test": "liferay-workspace-scripts test" }, - "version": "11.5.3" + "version": "11.5.4" }