diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dedad..0549652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.16](https://github.com/oxc-project/oxc-node/compare/v0.0.15...v0.0.16) (2024-12-13) + +**Note:** Version bump only for package oxc-node + ## [0.0.14](https://github.com/oxc-project/oxc-node/compare/v0.0.12...v0.0.14) (2024-07-23) **Note:** Version bump only for package oxc-node diff --git a/lerna.json b/lerna.json index 41df0c5..ff77a18 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.15", + "version": "0.0.16", "packages": ["packages/*"], "npmClient": "pnpm", "skipNxCache": true, diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f32cb42..4bd8bad 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.16](https://github.com/oxc-project/oxc-node/compare/v0.0.15...v0.0.16) (2024-12-13) + +**Note:** Version bump only for package @oxc-node/cli + ## [0.0.14](https://github.com/oxc-project/oxc-node/compare/v0.0.12...v0.0.14) (2024-07-23) **Note:** Version bump only for package @oxc-node/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index dee8bfd..d6e2233 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-node/cli", - "version": "0.0.15", + "version": "0.0.16", "license": "MIT", "type": "module", "description": "OXC Node cli", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 37d6b98..18387ce 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.16](https://github.com/oxc-project/oxc-node/compare/v0.0.15...v0.0.16) (2024-12-13) + +**Note:** Version bump only for package @oxc-node/core + ## [0.0.14](https://github.com/oxc-project/oxc-node/compare/v0.0.12...v0.0.14) (2024-07-23) **Note:** Version bump only for package @oxc-node/core diff --git a/packages/core/package.json b/packages/core/package.json index 1453ddf..fca9eb9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-node/core", - "version": "0.0.15", + "version": "0.0.16", "main": "./index.js", "browser": "./browser.js", "types": "./index.d.ts",