Skip to content

Commit c8749ab

Browse files
committedMar 16, 2025··
v0.0.21
1 parent f324c06 commit c8749ab

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.21](https://github.com/oxc-project/oxc-node/compare/v0.0.20...v0.0.21) (2025-03-16)
7+
8+
**Note:** Version bump only for package oxc-node
9+
610
## [0.0.20](https://github.com/oxc-project/oxc-node/compare/v0.0.19...v0.0.20) (2025-03-05)
711

812
**Note:** Version bump only for package oxc-node

‎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.20",
3+
"version": "0.0.21",
44
"packages": ["packages/*"],
55
"npmClient": "pnpm",
66
"skipNxCache": true,

‎packages/cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.21](https://github.com/oxc-project/oxc-node/compare/v0.0.20...v0.0.21) (2025-03-16)
7+
8+
**Note:** Version bump only for package @oxc-node/cli
9+
610
## [0.0.20](https://github.com/oxc-project/oxc-node/compare/v0.0.19...v0.0.20) (2025-03-05)
711

812
**Note:** Version bump only for package @oxc-node/cli

‎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.20",
3+
"version": "0.0.21",
44
"license": "MIT",
55
"type": "module",
66
"description": "OXC Node cli",

‎packages/core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.21](https://github.com/oxc-project/oxc-node/compare/v0.0.20...v0.0.21) (2025-03-16)
7+
8+
**Note:** Version bump only for package @oxc-node/core
9+
610
## [0.0.20](https://github.com/oxc-project/oxc-node/compare/v0.0.19...v0.0.20) (2025-03-05)
711

812
**Note:** Version bump only for package @oxc-node/core

‎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.20",
3+
"version": "0.0.21",
44
"main": "./index.js",
55
"browser": "./browser.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.