scottstanfield/markdown-to-json

Release 0.5.0

Closed this issue · 15 comments

Would it be possible to release a 0.5.0 version?

I'm not sure what you mean. Simply update the version number? Or add new features that warrant a version release?


Scott Stanfield
scott@vertigo.com

On May 11, 2015, at 4:42 AM, Mikael Karon notifications@github.com wrote:

Would it be possible to release a 0.5.0 version?


Reply to this email directly or view it on GitHub.

Was thinking of the changes in master, or am I somehow not getting the latest when I npm install markdown-to-json?

Oh I see. That could be the case. I need to let npm know; might be different versions. Will check on that today.


Scott Stanfield
scott@vertigo.com

On May 11, 2015, at 8:16 AM, Mikael Karon notifications@github.com wrote:

Was thinking of the changes in master, or am I somehow not getting the latest when I npm install markdown-to-json?


Reply to this email directly or view it on GitHub.

This don't seem to be solved? I would like to use 0.5.0 too.
Thanks!

It's been awhile since I've used npm to publish a package. I'll look into this. In the meantime, if someone knew the steps, paste them here and I'll get on it.

Hey @scottstanfield , we should publish an updated package soon. In the meanwhile, I've been using my own fork -- but I'd rather roll back and use the main project.

Oh yeah.

ok...it's been ages. I'm happy to do it. I'll go look into it, but I kinda forgot. If you know, drop steps here. Otherwise, I'll go look!

well, basically... change the version in "package.json", commit and tag it.
then npm publish from the command line. You might have to npm login first.

right, the npm login. I'm also adding you as a contributor to the package.json. Thanks for keeping this going!

Done! Published as version 0.5.0 to npm registry. Please check it out.

Thanks for the attribution! I'm glad to help.
You may notice my fork has some more changes (using ESLint and some cosmetic functional programming changes). I can make new PRs (but they don't change anything, just makes it more "modern").

Can you submit a PR of your fork, and I'll pull it in and bump to version 0.5.1

Ok!