From a7940868c6e66d16814ebef5c8dbbfd9b948a0cd Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 4 May 2024 21:08:49 +0800 Subject: [PATCH] Release oxlint and vscode extension v0.3.2 --- editors/vscode/package.json | 2 +- npm/oxlint/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 5a7bd2688b6e6..be0c17ea2c372 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "oxc-vscode", "description": "oxc vscode extension", "license": "MIT", - "version": "0.3.1", + "version": "0.3.2", "icon": "icon.png", "publisher": "oxc", "displayName": "Oxc", diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index 04c6250c51d2a..f1ac825815db4 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -1,6 +1,6 @@ { "name": "oxlint", - "version": "0.3.1", + "version": "0.3.2", "description": "Linter for the JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",