diff --git a/.changeset/loud-baboons-bake.md b/.changeset/loud-baboons-bake.md deleted file mode 100644 index 25b65f56..00000000 --- a/.changeset/loud-baboons-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -chore: Updated action and filter docs. diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 24b996dd..9883c2d0 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.4 + +### Patch Changes + +- [#292](https://github.com/wpengine/hwptoolkit/pull/292) [`8ab4aa5`](https://github.com/wpengine/hwptoolkit/commit/8ab4aa54c9595320e63315aae78dd899f54e81f3) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Updated action and filter docs. + ## 0.0.3 ### Patch Changes diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index 6cc7a945..e93642cf 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.3", + "version": "0.0.4", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": {