diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ea3dc87..cc3166276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ Changelog _Note: Gaps between patch versions are faulty, broken or test releases._ +## v4.0.0-beta.171 (2024-12-23) + +#### :rocket: New Feature + +* Added a new validator for web-components `isV4WebComponent` `src/core/component/const/wc-validators` + ## v4.0.0-beta.170 (2024-12-19) #### :house: Internal diff --git a/src/core/component/const/CHANGELOG.md b/src/core/component/const/CHANGELOG.md index 535a274a3..4ae7c7bea 100644 --- a/src/core/component/const/CHANGELOG.md +++ b/src/core/component/const/CHANGELOG.md @@ -9,6 +9,12 @@ Changelog > - :house: [Internal] > - :nail_care: [Polish] +## v4.0.0-beta.171 (2024-12-23) + +#### :rocket: New Feature + +* Added a new validator for web-components `isV4WebComponent` + ## v3.0.0-rc.133 (2021-01-30) #### :rocket: New Feature