diff --git a/Releases.md b/Releases.md index 280e7adf2..aa54fc71e 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,8 @@ +### 0.220.0 / 2024.03.14 + +- Revert "refactor(cli): cleanup `parse_args.ts` (#4189)" (#4485) +- add JSR link (#4456) + ### 0.219.1 / 2024.03.08 - chore: fix for jsr publish (#4449) diff --git a/version.ts b/version.ts index 195c94e8c..de071c24b 100644 --- a/version.ts +++ b/version.ts @@ -5,4 +5,4 @@ * the cli's API is stable. In the future when std becomes stable, likely we * will match versions with cli as we have in the past. */ -export const VERSION = "0.219.1"; +export const VERSION = "0.220.0";