google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 472 forks source link

Package.json release version does not match GitHub release version #439

Open fulldecent opened 3 years ago

fulldecent commented 3 years ago

On GitHub, the latest release is version 1.0.4

https://github.com/google/open-location-code/releases/tag/1.0.4

But the package file shows the latest release as 1.0.0

https://github.com/google/open-location-code/blob/master/package.json

fulldecent commented 3 years ago

And furthermore, the CHANGELOG lists the latest version as 2015-01-30.

https://github.com/google/open-location-code/blob/master/CHANGELOG.md

fulldecent commented 3 years ago

Recommended tag: project organization

drinckes commented 3 months ago

I'm minded to remove CHANGELOG - since it's going to always be missed (and this is what git history is for).

The version number in /package.json may want updating, although I have to think about how we manage external package respositories.

fulldecent commented 3 months ago

Good plan to remove CHANGELOG. the GitHub release notes are good enough. And they are generated automatically.

But please do update the package json.

And I can PR that if you like.