Currently, it is very hard to know what are the changes between version. New versions are published to npmjs but we cannot track the related commits and change on the git repository.
Here is the list of versions with the commit I detected within the git history comparing the npm package date and commit date
Currently, it is very hard to know what are the changes between version. New versions are published to npmjs but we cannot track the related commits and change on the git repository.
Here is the list of versions with the commit I detected within the git history comparing the npm package date and commit date
For the future versions, the npm version command could be used to upgrade version bump easily
npm version ...
to update the packag json file and create the git taggit push && git push --tags
If accepted, this could be at least documented in the README (new release section)
Having git tag will also allow us to add a badge like the following to let user see version history directly on GitHub: