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.
- package/README.md +3 -3
- 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.
|
|
459
|
-
Expect minor API changes before a stable `0.3.
|
|
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.
|
|
463
|
+
npm version 0.3.6
|
|
464
464
|
npm publish --tag next
|
|
465
465
|
```
|
|
466
466
|
|