This library seems to have come back to life recently. This is a good time to start implementing correct semantic versioning :). Instead of updating just the patch version (0.0.67, 0.0.68, 0.0.69, …) please start updating the minor and major versions, according to the standard conventions.
The current practice, updating only the patch version, is confusing, because some new versions contain breaking changes. But they are not marked accordingly, so you can't tell, or protect from it in your package.json file.
This library seems to have come back to life recently. This is a good time to start implementing correct semantic versioning :). Instead of updating just the patch version (0.0.67, 0.0.68, 0.0.69, …) please start updating the minor and major versions, according to the standard conventions.
The current practice, updating only the patch version, is confusing, because some new versions contain breaking changes. But they are not marked accordingly, so you can't tell, or protect from it in your
package.json
file.TIA