diff --git a/.changeset/metal-kings-look.md b/.changeset/metal-kings-look.md deleted file mode 100644 index 3a9e1c8f..00000000 --- a/.changeset/metal-kings-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -chore: Minor changes to testing docs and updating workflows. diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index f16dc146..24b996dd 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.3 + +### Patch Changes + +- [#288](https://github.com/wpengine/hwptoolkit/pull/288) [`4e892ce`](https://github.com/wpengine/hwptoolkit/commit/4e892ce6474b7751c254211f0561d08dd698e5f3) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Minor changes to testing docs and updating workflows. + ## 0.0.2 ### Patch Changes diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index efe2cbbf..6cc7a945 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.2", + "version": "0.0.3", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": {