chrono icon indicating copy to clipboard operation
chrono copied to clipboard

bug: due to 1.4.9 backport the incorrect version is marked as latest on GitHub and NPM

Open favna opened this issue 1 year ago • 0 comments

Due to backporting features to 1.4.9 running npm install chrono-node will currently install v1.4.9 because it's marked as latest on npm: https://www.npmjs.com/package/chrono-node

image

The fix is to run npm dist-tag to move the latest tag, see https://docs.npmjs.com/cli/v8/commands/npm-dist-tag/

As for GitHub, the 1.4.9 release should be edited removing the "mark as latest" checkbox and then do the same in reverse for latest v2.

favna avatar Aug 26 '24 18:08 favna