When I run my Fresh v2 frontend in dev mode, I am told that 2.2.1 is already available:
Task dev vite src
VITE v7.3.1 ready in 490 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
Fresh 2.2.1 is available. You're on 2.2.0
To upgrade, run: deno run -A -r jsr:@fresh/update
But it hasn't actually been released yet (it's not on JSR and github says 2.2.1 is a pre-release).
2.2.1 is announced on deno.land. Is that the source of the contradiction?