diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b2c2f..8966a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.11](https://github.com/oxc-project/oxc-node/compare/v0.0.10...v0.0.11) (2024-07-21) + +### Bug Fixes + +- **core:** wasi target ([#22](https://github.com/oxc-project/oxc-node/issues/22)) ([e7a57f3](https://github.com/oxc-project/oxc-node/commit/e7a57f334bce84f15b04f781b5ce7078d52a8872)) + ## [0.0.10](https://github.com/oxc-project/oxc-node/compare/v0.0.9...v0.0.10) (2024-07-18) ### Features diff --git a/lerna.json b/lerna.json index 8624a99..6f4312a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.10", + "version": "0.0.11", "packages": ["packages/*"], "npmClient": "pnpm", "skipNxCache": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4ac916e..51aaa64 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.11](https://github.com/oxc-project/oxc-node/compare/v0.0.10...v0.0.11) (2024-07-21) + +### Bug Fixes + +- **core:** wasi target ([#22](https://github.com/oxc-project/oxc-node/issues/22)) ([e7a57f3](https://github.com/oxc-project/oxc-node/commit/e7a57f334bce84f15b04f781b5ce7078d52a8872)) + ## [0.0.10](https://github.com/oxc-project/oxc-node/compare/v0.0.9...v0.0.10) (2024-07-18) **Note:** Version bump only for package @oxc-node/core diff --git a/packages/core/package.json b/packages/core/package.json index f3b4ca2..1dd463d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-node/core", - "version": "0.0.10", + "version": "0.0.11", "main": "./index.js", "browser": "./browser.js", "types": "./index.d.ts",