diff --git a/projects/js-toolkit/packages/js-api/CHANGELOG.md b/projects/js-toolkit/packages/js-api/CHANGELOG.md index 1c18c4bda..89326c327 100644 --- a/projects/js-toolkit/packages/js-api/CHANGELOG.md +++ b/projects/js-toolkit/packages/js-api/CHANGELOG.md @@ -1,3 +1,11 @@ +## [js-api/v0.6.0](https://github.com/liferay/liferay-frontend-projects/tree/js-api/v0.6.0) (2024-07-17) + +[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-api/v0.6.0-pre.0...js-api/v0.6.0) + +### :new: Features + +- feat(js-api): add fieldName as an argument to FDSFilterHTMLElementBuilderArgs ([\#1226](https://github.com/liferay/liferay-frontend-projects/pull/1226)) + ## [js-api/v0.6.0-pre.0](https://github.com/liferay/liferay-frontend-projects/tree/js-api/v0.6.0-pre.0) (2023-12-20) [Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-api/v0.5.1-pre.0...js-api/v0.6.0-pre.0) diff --git a/projects/js-toolkit/packages/js-api/package.json b/projects/js-toolkit/packages/js-api/package.json index bdc754785..f75f196b1 100644 --- a/projects/js-toolkit/packages/js-api/package.json +++ b/projects/js-toolkit/packages/js-api/package.json @@ -21,5 +21,5 @@ "preversion": "liferay-workspace-scripts ci", "test": "liferay-workspace-scripts test" }, - "version": "0.6.0-pre.0" + "version": "0.6.0" }