From 877c92856a138af929782cee59e30c52c19554c4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 21 Aug 2023 15:26:09 +0800 Subject: [PATCH] Release oxidation-compiler 0.2.2 --- 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 a6c642e36..73c5b2871 100644 --- a/npm/oxc/package.json +++ b/npm/oxc/package.json @@ -1,6 +1,6 @@ { "name": "oxidation-compiler", - "version": "0.2.1", + "version": "0.2.2", "description": "The JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",