Closed fgimenez closed 5 years ago
@rocky sure, 0.3.1 available on npm.
0.3.1
BTW, for publishing you just need to tag the commit you want to deliver, for instance, after this merge and updating master:
$ git tag v0.3.1 $ git push --tags
Got it. Thanks for the information.
@rocky sure,
0.3.1
available on npm.BTW, for publishing you just need to tag the commit you want to deliver, for instance, after this merge and updating master: