Release oxlint and vscode extension v0.2.1

This commit is contained in:
Boshen 2024-01-16 19:41:45 +08:00
parent f514410427
commit b0d662f266
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "oxc-vscode",
"description": "oxc vscode extension",
"license": "MIT",
"version": "0.2.0",
"version": "0.2.1",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",

View file

@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "0.2.0",
"version": "0.2.1",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
"author": "Boshen and oxc contributors",