Skip to content

Commit 6053482

Browse files
committed
v0.0.15
1 parent 5505a1b commit 6053482

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"packages": ["packages/*"],
55
"npmClient": "pnpm",
66
"skipNxCache": true,

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-node/cli",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"license": "MIT",
55
"type": "module",
66
"description": "OXC Node cli",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-node/core",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"main": "./index.js",
55
"browser": "./browser.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)