From 4cd5f1a05ecf11d34cc881d0181bd29a220131b4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 18 Feb 2024 16:55:59 +0800 Subject: [PATCH] Release oxlint and vscode extension v0.2.9 --- 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 916ed56baefc3..71532050868e0 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.2.8", + "version": "0.2.9", "icon": "icon.png", "publisher": "oxc", "displayName": "Oxc", diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index ff7ca523e0976..edcad7e789a6e 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -1,6 +1,6 @@ { "name": "oxlint", - "version": "0.2.8", + "version": "0.2.9", "description": "Linter for the JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",