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 56e3054 commit 8ea9670Copy full SHA for 8ea9670
Releases.md
@@ -1,3 +1,7 @@
1
+### 0.219.1 / 2024.03.08
2
+
3
+- chore: fix for jsr publish (#4449)
4
5
### 0.219.0 / 2024.03.08
6
7
- [unstable] BREAKING(semver): remove `gtr()` and `ltr()` (#4450)
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.
*/
8
-export const VERSION = "0.219.0";
+export const VERSION = "0.219.1";
0 commit comments