From f45fc8df76fbf136871a6dc9ddd9a1fd92da2b75 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 17 Jul 2024 18:46:01 +0800 Subject: [PATCH] v0.0.9 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915f6f2..db4d3d0 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.9](https://github.com/Brooooooklyn/oxc-node/compare/v0.0.8...v0.0.9) (2024-07-17) + +**Note:** Version bump only for package oxc-node + ## [0.0.8](https://github.com/Brooooooklyn/oxc-node/compare/v0.0.7...v0.0.8) (2024-07-16) ### Features diff --git a/lerna.json b/lerna.json index 8346be1..43d6ed3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.8", + "version": "0.0.9", "packages": ["packages/*"], "npmClient": "pnpm", "skipNxCache": true, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8ad674e..7b5b7f5 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.9](https://github.com/oxc-project/oxc-node/compare/v0.0.8...v0.0.9) (2024-07-17) + +**Note:** Version bump only for package @oxc-node/core + ## [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 diff --git a/packages/core/package.json b/packages/core/package.json index d3c74c0..cd73138 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-node/core", - "version": "0.0.8", + "version": "0.0.9", "main": "./index.js", "browser": "./browser.js", "types": "./index.d.ts",