@cartbot/plate-search 3.1.4 → 3.1.5

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.
package/README.md CHANGED
@@ -266,6 +266,8 @@ build/dist/ # Legacy path (for backwards compatibility)
266
266
 
267
267
  3. Publish to npm:
268
268
 
269
+ Note: ensure you are logged in to npm with `npm login`
270
+
269
271
  ```bash
270
272
  bun run release
271
273
  ```