diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2fae4..333db06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://github.com/planetscale/codex-plugin/compare/v1.1.0...v1.2.0) (2026-09-04) + + +### Features + +* namespace vendored skills ([0ee4bf6](https://github.com/planetscale/codex-plugin/commit/0ee4bf69e04a4429d5c5b5479f2356eb59d4ef7c)) + + +### Bug Fixes + +* move skill provenance out of manifest directory ([08616c7](https://github.com/planetscale/codex-plugin/commit/08616c79807491ff3a12d39e7ffd68e4e30f8450)) +* rewrite upstream skill links transactionally ([37b257b](https://github.com/planetscale/codex-plugin/commit/37b257b07f8a685bad158ec85c34bc2b3eee2eaf)) +* rewrite vendored skill references ([aceb633](https://github.com/planetscale/codex-plugin/commit/aceb633e454dcd7cbc4382c734c145b4d1944109)) + ## [1.1.0](https://github.com/planetscale/codex-plugin/compare/v1.0.0...v1.1.0) (2026-07-28)