Closed prathithacb closed 3 years ago
Hi, @prathithacb Yes, you have to update changelog to v1.1.1. Let me know if you find any issue!
@oscarotero it seems that version v1.1.1 is not in the "releases" list. I use curl -s https://api.github.com/repos/{{repo}}/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")'
command to find the latest release tag and pull that one in to make sure we're getting the right release. Would you mind running your CI scripts to generate a release?
Thanks!
Yes, it was not as a release, but a tag (https://github.com/oscarotero/keep-a-changelog/releases/tag/v1.1.1) I just created a release.
It's also available in deno.land/x https://deno.land/x/changelog@v1.1.1
Fantastic, thanks @oscarotero!
Thanks for this great library, we were trying to use it with Deno 1.11 and saw the following error: