diff --git a/CHANGELOG.md b/CHANGELOG.md index f9634077b8f..1ef20a3730f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 🤖 [4.32.0](https://github.com/stenciljs/core/compare/v4.31.0...v4.32.0) (2025-05-28) + + +### Features + +* **compiler:** Automatically add [@default](https://github.com/default) JSDoc to @Prop() declarations ([#6264](https://github.com/stenciljs/core/issues/6264)) ([9657927](https://github.com/stenciljs/core/commit/965792774858243ffbb866f01b6d8571f9dbb936)) +* **compiler:** support maxParallelFileOps in RollupInputOptions ([#6255](https://github.com/stenciljs/core/issues/6255)) ([71cf735](https://github.com/stenciljs/core/commit/71cf7358812fe7c4c65c95d28edd3a1e816de596)) +* **hydrate:** add `serializeShadowroot` to hydrateDocument ([#6259](https://github.com/stenciljs/core/issues/6259)) ([47f8845](https://github.com/stenciljs/core/commit/47f8845e967cbeb692b2f52687cf7f0e8454c0e0)) +* **hydrate:** export style content from hydrated scoped components ([#6260](https://github.com/stenciljs/core/issues/6260)) ([1bdcdb9](https://github.com/stenciljs/core/commit/1bdcdb904b77e93a01a58336125ef173fd83d88b)) + +### Bug Fixes + +* **screenshot:** Changed hash algorithm in screenshot-compare to sha256 ([#6258](https://github.com/stenciljs/core/issues/6258)) ([bbbfb45](https://github.com/stenciljs/core/commit/bbbfb45989be8b8a423c49dd614155ed14db0e68)), closes [#6241](https://github.com/stenciljs/core/issues/6241) + + # 🐁 [4.31.0](https://github.com/stenciljs/core/compare/v4.30.0...v4.31.0) (2025-05-06) diff --git a/package-lock.json b/package-lock.json index 790ceaad067..0c2200dd50c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "4.31.0", + "version": "4.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "4.31.0", + "version": "4.32.0", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index 881dfc42327..4f90ecf309e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "4.31.0", + "version": "4.32.0", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",