diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..529517f --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/lerna.json b/lerna.json index d27ef8d..6a14251 100644 --- a/lerna.json +++ b/lerna.json @@ -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, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..210c559 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -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)) diff --git a/packages/core/package.json b/packages/core/package.json index 1e2abf7..9e40ba2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",