diff --git a/.changeset/grumpy-kangaroos-allow.md b/.changeset/grumpy-kangaroos-allow.md deleted file mode 100644 index 12084181..00000000 --- a/.changeset/grumpy-kangaroos-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -chore: Updated testing docs to trigger workflow process. diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 15dc4f75..f16dc146 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.2 + +### Patch Changes + +- [#284](https://github.com/wpengine/hwptoolkit/pull/284) [`9e3e968`](https://github.com/wpengine/hwptoolkit/commit/9e3e968c2cb8e09071a80f096a3a1f4b65aaba81) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Updated testing docs to trigger workflow process. + ## 0.0.1 ### Patch Changes diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index 1e15208f..efe2cbbf 100644 --- a/plugins/hwp-previews/package.json +++ b/plugins/hwp-previews/package.json @@ -1,6 +1,6 @@ { "name": "@wpengine/hwp-previews-wordpress-plugin", - "version": "0.0.1", + "version": "0.0.2", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": {