The extension uses 3 numeric components, Major.Minor.Patch. The following table summarizes the rules:
Update | Component to increment | Example |
---|---|---|
Compatibility update | patch | 1.0.6 ➡️ 1.0.7 |
Bug-fix/minor improvement update | minor | 1.0.6 ➡️ 1.1.0 |
Feature update | major | 1.0.6 ➡️ 2.0.0 |
Please note: when a component is incremented, the subcomponents are reset.