Closed renewooller closed 4 years ago
Thanks! merging and publishing. Ooh thanks for including the version tag. awesome.
Published!
Thanks for the merge. I noticed that 2.1.2, although in npm as latest, is not under releases in github. Is there some process that should have been followed to do that?
Oh huh, I think those releases look for the git tag for the version. But I thought I saw you had pushed the tag.
Usually, after running npm version
you then have to push to github like git push origin --follow-tags
and that will push the tags to the remote repo.
I noticed a problem parsing the response when running eg.
CREATE INDEX ON :song(filename)
This PR fixes that.
Cheers