Release oxlint v0.0.17, vscode extension v0.0.17

This commit is contained in:
Boshen 2023-11-09 11:24:13 +08:00
parent d82ba5b523
commit 884a819cd6
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.16",
"version": "0.0.17",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",

View file

@ -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",