diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c56072..af522f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b540eb1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2026-04-13) + + +### Features + +* add conditional inputs to js-lints ([#6](https://github.com/AxeWP/plugin-infra/issues/6)) ([ca77668](https://github.com/AxeWP/plugin-infra/commit/ca7766868051f8ffca8f5befeabdfe08a4aeec68)) +* initial (public) commit ([e76bb15](https://github.com/AxeWP/plugin-infra/commit/e76bb15b4cd392f4819827b4b760e97cc6dbe577)) + + +### Bug Fixes + +* format ([#1](https://github.com/AxeWP/plugin-infra/issues/1)) ([f7c3121](https://github.com/AxeWP/plugin-infra/commit/f7c31210ad8b6611227f3be1d590580a9604a01d)) +* use `wp-env:test` instead of `wp-env` ([#7](https://github.com/AxeWP/plugin-infra/issues/7)) ([ad59707](https://github.com/AxeWP/plugin-infra/commit/ad5970771f4e339a2a80ca0fa0d2f8ad5dfab328))