diff --git a/.changeset/stupid-planes-do.md b/.changeset/stupid-planes-do.md new file mode 100644 index 00000000..0158744c --- /dev/null +++ b/.changeset/stupid-planes-do.md @@ -0,0 +1,5 @@ +--- +"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch +--- + +chore: Initial release of the plugin. diff --git a/plugins/wp-graphql-webhooks/src/Services/Interfaces/ServiceLocator.php b/plugins/wp-graphql-webhooks/src/Services/Interfaces/ServiceLocator.php index a7cf2774..e49e388c 100644 --- a/plugins/wp-graphql-webhooks/src/Services/Interfaces/ServiceLocator.php +++ b/plugins/wp-graphql-webhooks/src/Services/Interfaces/ServiceLocator.php @@ -25,4 +25,4 @@ public function has( string $name ): bool; * @return object */ public function get( string $name ); -} \ No newline at end of file +}