We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2990aa6 commit cd79b9aCopy full SHA for cd79b9a
Releases.md
@@ -1,3 +1,8 @@
1
+### 0.220.0 / 2024.03.14
2
+
3
+- Revert "refactor(cli): cleanup `parse_args.ts` (#4189)" (#4485)
4
+- add JSR link (#4456)
5
6
### 0.219.1 / 2024.03.08
7
8
- chore: fix for jsr publish (#4449)
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";
0 commit comments