From 4a1fdc1728005ded144f92d26923866754523193 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 21 Aug 2023 15:22:52 +0800 Subject: [PATCH] Release oxidation-compiler 0.2.1 --- npm/oxc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/oxc/package.json b/npm/oxc/package.json index 1f9652c4a..a6c642e36 100644 --- a/npm/oxc/package.json +++ b/npm/oxc/package.json @@ -1,6 +1,6 @@ { "name": "oxidation-compiler", - "version": "0.2.0", + "version": "0.2.1", "description": "The JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",