From 821cc8e9c7cfb326ff546483bb2a32d12e018e4c Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 6 Jan 2024 19:23:50 +0800 Subject: [PATCH] Release oxlint and vscode extension v0.1.1 --- 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 82f5a70a86432..a82e15afd58a2 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.1.0", + "version": "0.1.1", "icon": "icon.png", "publisher": "oxc", "displayName": "Oxc", diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index f438816a35e7a..df1d20db221f2 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -1,6 +1,6 @@ { "name": "oxlint", - "version": "0.1.0", + "version": "0.1.1", "description": "Linter for the JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",