payload-plugin-newsletter 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,4 @@
1
- ## [0.6.1] - 2025-06-20
2
-
3
- - fix: update Broadcast provider to use correct API endpoints
4
-
1
+ ## [0.6.0] - 2025-06-20
5
2
 
6
3
  - fix: resolve ESLint error for unused variable in test mock
7
4
  - fix: update tests to support newsletter settings as global
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-plugin-newsletter",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Complete newsletter management plugin for Payload CMS with subscriber management, magic link authentication, and email service integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",