maxhu08 / mtab

🌴 lightweight new tab page extension
https://get-mtab.vercel.app
MIT License
360 stars 11 forks source link

Use semantic versioning #32

Closed StrongSand94191 closed 2 months ago

StrongSand94191 commented 2 months ago

https://semver.org/

maxhu08 commented 2 months ago

Good idea, I'll start doing this:

MAJOR.MINOR.PATCH

MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backward compatible manner PATCH version when you make backward compatible bug fixes