|
@@ -122,3 +122,9 @@ Spruce.stores.application.name = 'Amazing Spruce Integration'
|
|
|
```
|
|
|
|
|
|
This will trigger Alpine to re-evaluate your subscribed components and re-render.
|
|
|
+
|
|
|
+## Versioning
|
|
|
+
|
|
|
+This projects follow the [Semantic Versioning](https://semver.org/) guidelines. This means that there *could* be breaking changes on minor version changes, up until v1.x is reached.
|
|
|
+
|
|
|
+For example, 0.1 -> 0.2 might introduce a breaking change.
|