diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c206008..e0389a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.8" + ".": "0.9.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa092c6..e9b3901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.9.9](https://github.com/openkcm/plugin-sdk/compare/v0.9.8...v0.9.9) (2026-03-05) + + +### Bug Fixes + +* builtin override on name and type ([#123](https://github.com/openkcm/plugin-sdk/issues/123)) ([9776d9c](https://github.com/openkcm/plugin-sdk/commit/9776d9cd2bb37ecdb620bf8abd2a4f475e15c53d)) +* change back the workflow pemissions to contents: write ([#126](https://github.com/openkcm/plugin-sdk/issues/126)) ([01b4aee](https://github.com/openkcm/plugin-sdk/commit/01b4aeeed06e28d62c9c706dc194b2c5be87df1c)) +* change the workflow pemissions to contents: write ([#124](https://github.com/openkcm/plugin-sdk/issues/124)) ([617912b](https://github.com/openkcm/plugin-sdk/commit/617912b6d312ca558fd2831d6841073935851c92)) + ## [0.9.8](https://github.com/openkcm/plugin-sdk/compare/v0.9.7...v0.9.8) (2026-03-04)