Skip to content

Commit 024a181

Browse files
committed
v0.0.25
1 parent 4acd6a9 commit 024a181

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.25](https://github.com/oxc-project/oxc-node/compare/v0.0.24...v0.0.25) (2025-05-02)
7+
8+
### Bug Fixes
9+
10+
- respect module option in tsconfig.json ([#116](https://github.com/oxc-project/oxc-node/issues/116)) ([4acd6a9](https://github.com/oxc-project/oxc-node/commit/4acd6a9577f1108c0dc7c371f3e3ac2b16f6b3d6))
11+
612
## [0.0.24](https://github.com/oxc-project/oxc-node/compare/v0.0.23...v0.0.24) (2025-04-28)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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.24",
3+
"version": "0.0.25",
44
"packages": [
55
"packages/*"
66
],

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.25](https://github.com/oxc-project/oxc-node/compare/v0.0.24...v0.0.25) (2025-05-02)
7+
8+
### Bug Fixes
9+
10+
- respect module option in tsconfig.json ([#116](https://github.com/oxc-project/oxc-node/issues/116)) ([4acd6a9](https://github.com/oxc-project/oxc-node/commit/4acd6a9577f1108c0dc7c371f3e3ac2b16f6b3d6))
11+
612
## [0.0.24](https://github.com/oxc-project/oxc-node/compare/v0.0.23...v0.0.24) (2025-04-28)
713

814
### Bug Fixes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-node/cli",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"license": "MIT",
55
"type": "module",
66
"description": "OXC Node cli",

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.25](https://github.com/oxc-project/oxc-node/compare/v0.0.24...v0.0.25) (2025-05-02)
7+
8+
**Note:** Version bump only for package @oxc-node/core
9+
610
## [0.0.24](https://github.com/oxc-project/oxc-node/compare/v0.0.23...v0.0.24) (2025-04-28)
711

812
### Performance Improvements

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-node/core",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"main": "./index.js",
55
"browser": "./browser.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)