From 57b7fb67c52e9a8286bcddaa7f4e9c9cc40dd77f Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 18 Dec 2023 17:18:36 +0800 Subject: [PATCH] Release oxlint and vscode extension v0.0.21 --- 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 eb69f246171d9..959816668b6a1 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.0.20", + "version": "0.0.21", "icon": "icon.png", "publisher": "oxc", "displayName": "Oxc", diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index dd8ae7c034813..0ec6cccff6587 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -1,6 +1,6 @@ { "name": "oxlint", - "version": "0.0.20", + "version": "0.0.21", "description": "Linter for the JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",