We have been releasing pretty much everything as minor, but some stuff should have been released as a patch.
I suggest starting to use https://semver.org/ specification more closely 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
