Describe the bug
On the npmx.dev homepage, the link to the latest tag on GitHub is stuck at 0.0.0

Additional context
By digging in the source code, it seems like the current version is read directly from the package.json :
|
export { version } from '../package.json' |
But this field has never been updated :
The problem is likely that the current workflow that make a new release PR does not update the version in the package.json (which seems correct, see #1880), and the release-tag is never triggered anywhere.
Logs
Describe the bug
On the npmx.dev homepage, the link to the latest tag on GitHub is stuck at

0.0.0Additional context
By digging in the source code, it seems like the current version is read directly from the
package.json:npmx.dev/config/env.ts
Line 6 in 64a3cf2
But this field has never been updated :
npmx.dev/package.json
Line 6 in 64a3cf2
The problem is likely that the current workflow that make a new release PR does not update the version in the
package.json(which seems correct, see #1880), and the release-tag is never triggered anywhere.Logs