Skip to content

Releases: sindresorhus/month-days

v4.0.0

18 Oct 10:57
Compare
Choose a tag to compare

Breaking

v3.0.0...v4.0.0

v3.0.0

22 Apr 07:50
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8 (#3) ba5f69c
  • Convert the arguments to an options-object 9887e07
    monthDays(1, 2016);monthDays({month: 1, year: 2016});

Enhancements:

v2.1.0...v3.0.0