Closed tannerdolby closed 3 years ago
I agree with you on the MINOR update. But if you're following semver, next version should be 1.1.0
since minor bump reset the patches.
P.S.: I don't know if you've ever use this but I encourage you to use npm version minor
to do so, since it will take care of a lot of things for you :wink:
Ah, yes you are correct that the minor bump will reset the patches. I will close this when I update things later today.
Thank you for the reminder and for mentioning npm version minor
😃
Closed via 65dc71f
The plugin has seen some needed improvements in the last week thanks to the keen eye of @JbIPS !
Therefore, I think it's time to increment the version from
1.0.3
to1.0.4
or potentially1.1.4
as discovering the plugin does support template variables is more than a "patch improvement" and very well could warrant a MINOR version increment. Also, the fix withog:img
being replaced withog:image
to satisfy the spec, warrants a PATCH version increment.After I do some local testing of the changes merged into
master
within the last week, I will update the packageversion
to reflect the MINOR and PATCH version increments necessary.