diff --git a/.changesets/20250313T161110-pr-45.md b/.changesets/20250313T161110-pr-45.md new file mode 100644 index 0000000..4a2d039 --- /dev/null +++ b/.changesets/20250313T161110-pr-45.md @@ -0,0 +1,9 @@ +--- +title: "chore: Ghost Emoji" +pr: 45 +author: "jasonbahl" +type: "chore" +breaking: false +description: | + testing a patch update +--- diff --git a/automation-tests.php b/automation-tests.php index bcb101e..3a67d72 100644 --- a/automation-tests.php +++ b/automation-tests.php @@ -14,7 +14,7 @@ // show a message in the admin dashboard with the plugin name and version add_action( 'admin_notices', function() { - echo '

🍜 Automation Tests v' . AUTOMATION_TESTS_VERSION . '

'; + echo '

👻 Automation Tests v' . AUTOMATION_TESTS_VERSION . '

'; });