File tree Expand file tree Collapse file tree 6 files changed +27
-4
lines changed
Expand file tree Collapse file tree 6 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.0.23] ( https://github.com/oxc-project/oxc-node/compare/v0.0.22...v0.0.23 ) (2025-04-10)
7+
8+ ### Bug Fixes
9+
10+ - ** core:** pass resolved sources to nextResolve ([ #96 ] ( https://github.com/oxc-project/oxc-node/issues/96 ) ) ([ 3dd8faa] ( https://github.com/oxc-project/oxc-node/commit/3dd8faa8593968cf8585ec99d2f933db70419f97 ) )
11+ - ** core:** resolve path in node_modules ([ #94 ] ( https://github.com/oxc-project/oxc-node/issues/94 ) ) ([ f211208] ( https://github.com/oxc-project/oxc-node/commit/f2112082a18c6b07755f7f568967247ac0d57eb6 ) )
12+
13+ ### Features
14+
15+ - allow read useDefineForClassFields compiler option in tsconfig.json ([ #97 ] ( https://github.com/oxc-project/oxc-node/issues/97 ) ) ([ 55830b3] ( https://github.com/oxc-project/oxc-node/commit/55830b32bf8a9bb557ec7f0a32017c9f9a9ab1da ) )
16+
617## [ 0.0.22] ( https://github.com/oxc-project/oxc-node/compare/v0.0.21...v0.0.22 ) (2025-04-02)
718
819### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.0.22" ,
4- "packages" : [" packages/*" ],
3+ "version" : " 0.0.23" ,
4+ "packages" : [
5+ " packages/*"
6+ ],
57 "npmClient" : " pnpm" ,
68 "skipNxCache" : true ,
79 "signGitCommit" : true ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.0.23] ( https://github.com/oxc-project/oxc-node/compare/v0.0.22...v0.0.23 ) (2025-04-10)
7+
8+ ** Note:** Version bump only for package @oxc-node/cli
9+
610## [ 0.0.22] ( https://github.com/oxc-project/oxc-node/compare/v0.0.21...v0.0.22 ) (2025-04-02)
711
812** Note:** Version bump only for package @oxc-node/cli
Original file line number Diff line number Diff line change 11{
22 "name" : " @oxc-node/cli" ,
3- "version" : " 0.0.22 " ,
3+ "version" : " 0.0.23 " ,
44 "license" : " MIT" ,
55 "type" : " module" ,
66 "description" : " OXC Node cli" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.0.23] ( https://github.com/oxc-project/oxc-node/compare/v0.0.22...v0.0.23 ) (2025-04-10)
7+
8+ ### Bug Fixes
9+
10+ - ** core:** pass resolved sources to nextResolve ([ #96 ] ( https://github.com/oxc-project/oxc-node/issues/96 ) ) ([ 3dd8faa] ( https://github.com/oxc-project/oxc-node/commit/3dd8faa8593968cf8585ec99d2f933db70419f97 ) )
11+
612## [ 0.0.22] ( https://github.com/oxc-project/oxc-node/compare/v0.0.21...v0.0.22 ) (2025-04-02)
713
814### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @oxc-node/core" ,
3- "version" : " 0.0.22 " ,
3+ "version" : " 0.0.23 " ,
44 "main" : " ./index.js" ,
55 "browser" : " ./browser.js" ,
66 "types" : " ./index.d.ts" ,
You can’t perform that action at this time.
0 commit comments