diff --git a/.changeset/twelve-beans-punch.md b/.changeset/twelve-beans-punch.md deleted file mode 100644 index 9c6b6d72..00000000 --- a/.changeset/twelve-beans-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -docs: Updated docs for testing. diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 9883c2d0..7f13dbe3 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.5 + +### Patch Changes + +- [#308](https://github.com/wpengine/hwptoolkit/pull/308) [`8906c22`](https://github.com/wpengine/hwptoolkit/commit/8906c22fa5192776f80bd69325037ec261dee64c) Thanks [@colinmurphy](https://github.com/colinmurphy)! - docs: Updated docs for testing. + ## 0.0.4 ### Patch Changes diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index f31db907..60907a81 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.4", + "version": "0.0.5", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": {