Skip to content

Breaking change without version increment #1

@L3P3

Description

@L3P3

5f2ee37

Here, you change the format from [name, type] to {name, type} but you did not increase the version to 2.0.0!

If someone has in package.json/dependencies your library with "1.*", now the app broke! OH NO!!!

Rule

If apps break, increment first number part. 1.1.0 -> 2.0.0
If new feature added, increment second part. 1.0.0 -> 1.1.0
If only bugfix/optimisation, then increment third part! 1.0.0 -> 1.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions