From fcc6221aa9b73ff48d2f75a75ac89b5184c13fda Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 25 Oct 2024 11:22:29 +0800 Subject: [PATCH] chore(oxc_release.toml): add `npm/oxc-types/package.json` --- oxc_release.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/oxc_release.toml b/oxc_release.toml index 0070622a4..bb38bdd32 100644 --- a/oxc_release.toml +++ b/oxc_release.toml @@ -7,6 +7,7 @@ versioned_files = [ "Cargo.toml", "npm/oxc-parser/package.json", "npm/oxc-transform/package.json", + "npm/oxc-types/package.json", "wasm/parser/package.json", ]