pompelmi 0.3.5 → 0.3.6

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -455,12 +455,12 @@ PRs and issues are welcome!
455
455
 
456
456
  ## Versioning
457
457
 
458
- Channel: **`0.3.5`**
459
- Expect minor API changes before a stable `0.3.5`.
458
+ Channel: **`0.3.6`**
459
+ Expect minor API changes before a stable `0.3.6`.
460
460
 
461
461
  Suggested publish:
462
462
  ```bash
463
- npm version 0.3.5
463
+ npm version 0.3.6
464
464
  npm publish --tag next
465
465
  ```
466
466
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pompelmi",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Prototipo di scanner di file lato cliente",
5
5
  "main": "dist/pompelmi.cjs.js",
6
6
  "module": "dist/pompelmi.esm.js",