From 884a819cd6a1a1e925bf0f4bc5ec47832fb54d09 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 9 Nov 2023 11:24:13 +0800 Subject: [PATCH] Release oxlint v0.0.17, vscode extension v0.0.17 --- editor/vscode/package.json | 2 +- npm/oxlint/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/vscode/package.json b/editor/vscode/package.json index 855aa7964c97..acbe75e588ac 100644 --- a/editor/vscode/package.json +++ b/editor/vscode/package.json @@ -2,7 +2,7 @@ "name": "oxc-vscode", "description": "oxc vscode extension", "license": "MIT", - "version": "0.0.16", + "version": "0.0.17", "icon": "icon.png", "publisher": "oxc", "displayName": "Oxc", diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index afbc27fc3808..e6201740217a 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -1,6 +1,6 @@ { "name": "oxlint", - "version": "0.0.16", + "version": "0.0.17", "description": "Linter for the JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors",