Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 13, 2024
1 parent 9616417 commit 3bbc7cf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **core:** resolve .cjs/.cts file in esm pacakge ([#7](https://github.com/Brooooooklyn/oxc-node/issues/7)) ([9616417](https://github.com/Brooooooklyn/oxc-node/commit/9616417cb5c78ef3eae234b831c6aa425979f34b))
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.5",
"version": "0.0.6",
"packages": ["packages/*"],
"npmClient": "pnpm",
"skipNxCache": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **core:** resolve .cjs/.cts file in esm pacakge ([#7](https://github.com/oxc-project/oxc-node/issues/7)) ([9616417](https://github.com/oxc-project/oxc-node/commit/9616417cb5c78ef3eae234b831c6aa425979f34b))
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.5",
"version": "0.0.6",
"main": "./index.js",
"browser": "./browser.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 3bbc7cf

Please sign in to comment.