jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Release new version #92

Closed kellyselden closed 7 years ago

kellyselden commented 7 years ago

Would you mind releasing #89?

jprichardson commented 7 years ago

@RyanZim please release this - should do major.

RyanZim commented 7 years ago

@jprichardson I assume kill 0.10, 0.12, & io.js support while we're at it?

kellyselden commented 7 years ago

It seems to me this is only additive, not breaking, so it could be a minor release. That way I can use it sooner in fs-extra without a major bump there.

jprichardson commented 7 years ago

I assume kill 0.10, 0.12, & io.js support while we're at it?

Yes.

RyanZim commented 7 years ago

jsonfile 4.0.0 released :tada: Will release in fs-extra as a patch release soon, hopefully tonight. Refs https://github.com/jprichardson/node-fs-extra/pull/491

kellyselden commented 7 years ago

Thanks @RyanZim

RyanZim commented 7 years ago

@kellyselden Released in fs-extra 4.0.2 :tada:

estaub commented 7 years ago

@RyanZim you might want to put a note in the readme about what's considered a breaking change; folks like me try to understand before updating, it took a while to get here to this issue.

RyanZim commented 7 years ago

@estaub The info is in the CHANGELOG file: https://github.com/jprichardson/node-jsonfile/blob/master/CHANGELOG.md#400--2017-07-12