maykinmedia / dual-listbox

A simple dual listbox build in plain Javascript and some simple styling. (no other libraries of frameworks required)

Home Page:https://maykinmedia.github.io/dual-listbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about versioning

piotr-gawron opened this issue · comments

I have a question regarding versioning.
I'm used to standard:
MAJOR.MINOR.PATCH

Which can be summarized more or less:

  • patch is used for bugs only,
  • minor used for new functionlities, etc.
  • major for not backward compatible changes

What are you using?

Ok I found the info. You are using semver,
So my question is why are you changing only patch part?

You are correct. We should change the minor flag. not the patch flag.

Ok. Thanks for info