From be64f5240da495e8acdc9e2e18e40b527e1ba7e5 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 21 Aug 2023 12:31:39 +0800 Subject: [PATCH] Release oxidation-compiler 0.2.0 --- 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 7199d9555..6b1fbf2c4 100644 --- a/npm/oxc/package.json +++ b/npm/oxc/package.json @@ -1,6 +1,6 @@ { "name": "oxidation-compiler", - "version": "0.1.1", + "version": "0.2.0", "description": "The JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",