diff --git a/.changeset/lazy-eyes-taste.md b/.changeset/lazy-eyes-taste.md deleted file mode 100644 index 8ec19a93..00000000 --- a/.changeset/lazy-eyes-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/hwp-previews-wordpress-plugin": patch ---- - -chore: Initial beta release of hwp-previews. diff --git a/plugins/hwp-previews/CHANGELOG.md b/plugins/hwp-previews/CHANGELOG.md index 0c6b4ba2..15dc4f75 100644 --- a/plugins/hwp-previews/CHANGELOG.md +++ b/plugins/hwp-previews/CHANGELOG.md @@ -1,5 +1,11 @@ # HWP Previews +## 0.0.1 + +### Patch Changes + +- [#282](https://github.com/wpengine/hwptoolkit/pull/282) [`9b9c496`](https://github.com/wpengine/hwptoolkit/commit/9b9c4968c3f83bb456e73d07845976e0b180e42a) Thanks [@colinmurphy](https://github.com/colinmurphy)! - chore: Initial beta release of hwp-previews. + ## 0.0.1-beta - Proof of concept. A WordPress plugin for headless previews. diff --git a/plugins/hwp-previews/package.json b/plugins/hwp-previews/package.json index a4f20354..1e15208f 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-beta", + "version": "0.0.1", "private": true, "description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.", "scripts": {