Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 16, 2024
1 parent 5dd5c5c commit e6ff214
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.8](https://github.com/Brooooooklyn/oxc-node/compare/v0.0.7...v0.0.8) (2024-07-16)

### Features

- **core:** handle TypeScript resolveJsonModule option ([#12](https://github.com/Brooooooklyn/oxc-node/issues/12)) ([3b0d0a4](https://github.com/Brooooooklyn/oxc-node/commit/3b0d0a46072be64752b70cfaf4cfcdcab4617335))

### Performance Improvements

- **core:** skip transform files in node_modules ([#13](https://github.com/Brooooooklyn/oxc-node/issues/13)) ([0ed2c19](https://github.com/Brooooooklyn/oxc-node/commit/0ed2c1915902613968735aacc6c41a2ae7c77531))

## [0.0.6](https://github.com/Brooooooklyn/oxc-node/compare/v0.0.5...v0.0.6) (2024-07-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.7",
"version": "0.0.8",
"packages": ["packages/*"],
"npmClient": "pnpm",
"skipNxCache": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.8](https://github.com/oxc-project/oxc-node/compare/v0.0.7...v0.0.8) (2024-07-16)

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

## [0.0.6](https://github.com/oxc-project/oxc-node/compare/v0.0.5...v0.0.6) (2024-07-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxc-node/core",
"version": "0.0.7",
"version": "0.0.8",
"main": "./index.js",
"browser": "./browser.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit e6ff214

Please sign in to comment.