Missing v1.0.2 tag?
Hi.
I can see that npmjs.org lists the latest version of this library as 1.0.2 and the code in master has "version": "1.0.2" since 4892d02a0f12c4eb01bd200d52322881e4e8e9b7:
https://github.com/reasonml-community/bs-express/blob/d1b4ea57fcd261b1943056c3c7f92b437ddd3273/package.json#L3
Has the tag just been forgotten or is something more obscure happening?
Travis CI is no longer working. So I manually published the library version. The sole purpose of the tags were to trigger the CI job.
Thank you for the quick reply.
I'd say they also help figuring out which code one is to expect when they download a version from NPM.
That's a fair point. We will need to fix the CI pipeline at some stage (probably to use github actions)