I'm just going through my project's dependencies, and saw that you pushed an updated version # recently, which got released to NPM. Currently there's no changelog to look at, to see what changes have been added to the package since the last release. It's common to include release notes in a Changelog.md file in the repo, or in the description of a named release on the /releases page of GitHub here, to help users of your repo understand whether or not updates to your package include breaking changes.
Can you add releases for this package, so that we can better keep track?
Right now my only option is to look through individual commits since your last release, which may mean I miss something.
Hi @jerryshew - thanks for the useful library.
I'm just going through my project's dependencies, and saw that you pushed an updated version # recently, which got released to NPM. Currently there's no changelog to look at, to see what changes have been added to the package since the last release. It's common to include release notes in a
Changelog.md
file in the repo, or in the description of a named release on the/releases
page of GitHub here, to help users of your repo understand whether or not updates to your package include breaking changes.Can you add releases for this package, so that we can better keep track?
Right now my only option is to look through individual commits since your last release, which may mean I miss something.
Thanks!