diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b41676e..9820dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/devuri/wp-adapter/compare/v0.2.1...v0.2.2) (2026-05-03) + + +### Bug Fixes + +* add indexes Update index.php ([e36af4a](https://github.com/devuri/wp-adapter/commit/e36af4a7bffcf95341a085b618db16a415b70593)) +* add indexes Update index.php ([fc71d53](https://github.com/devuri/wp-adapter/commit/fc71d5345512a9bb2942267c913f2bd8a59398c7)) + ## [0.2.1](https://github.com/devuri/wp-adapter/compare/v0.2.0...v0.2.1) (2026-05-03)