From edfac10c58cb50a643b1a2435e466521fcf33769 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 04:55:17 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2ecd08..9d1a25b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7dcf0..1cfcd01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.0](https://github.com/AxeWP/plugin-infra/compare/v0.1.0...v0.2.0) (2026-08-09) + + +### Features + +* ! update deps and dependabot ([#8](https://github.com/AxeWP/plugin-infra/issues/8)) ([f58b0a5](https://github.com/AxeWP/plugin-infra/commit/f58b0a5a968fff8111d6d4715b39f24634b8c683)) +* add conditional inputs to js-lints ([#6](https://github.com/AxeWP/plugin-infra/issues/6)) ([ca77668](https://github.com/AxeWP/plugin-infra/commit/ca7766868051f8ffca8f5befeabdfe08a4aeec68)) +* add npm package ([#11](https://github.com/AxeWP/plugin-infra/issues/11)) ([7b61e47](https://github.com/AxeWP/plugin-infra/commit/7b61e47cadedc29cfbbc72e03c3a796a4c07a2bf)) +* initial (public) commit ([e76bb15](https://github.com/AxeWP/plugin-infra/commit/e76bb15b4cd392f4819827b4b760e97cc6dbe577)) + + +### Bug Fixes + +* **deps:** bump softprops/action-gh-release in the github-actions group ([#17](https://github.com/AxeWP/plugin-infra/issues/17)) ([d414f89](https://github.com/AxeWP/plugin-infra/commit/d414f89b403ef78c0501ac39cd45cd21403e1b72)) +* **eslint:** remove `@wordpress/dependency-group` ([#19](https://github.com/AxeWP/plugin-infra/issues/19)) ([a3e20f7](https://github.com/AxeWP/plugin-infra/commit/a3e20f7cf9ba0cf48cd3f54b8e67f79eed2ea9e8)) +* 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)) + ## 0.1.0 (2026-07-21) diff --git a/package-lock.json b/package-lock.json index 529b48d..01fe8c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@axepress/plugin-infra", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@axepress/plugin-infra", - "version": "0.1.0", + "version": "0.2.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/eslint-plugin": "^25.8.0", diff --git a/package.json b/package.json index 86e5f6c..7f7ec6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axepress/plugin-infra", - "version": "0.1.0", + "version": "0.2.0", "description": "Shareable base configs for AxeWP WordPress plugins.", "license": "GPL-2.0-or-later", "homepage": "https://github.com/AxeWP/plugin-infra#readme",