Release oxlint and vscode extension v0.0.22

This commit is contained in:
Boshen 2023-12-25 13:12:07 +08:00
parent b4138aa657
commit a1accdca7f
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.0.21",
"version": "0.0.22",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",

View file

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