- Major releases include breaking changes and the version number will be incremented like,
x.0.0 - Minor releases include new features, but no breaking changes and the version number will be incremented like,
0.x.0 - Patch releases include bug fixes and performance enhancements and the version number will be incremented like,
0.0.x
- Initial release