Skip to content

Commit 6bc5337

Browse files
committed
v0.0.19
1 parent 887317c commit 6bc5337

6 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.19](https://github.com/oxc-project/oxc-node/compare/v0.0.18...v0.0.19) (2025-01-20)
7+
8+
**Note:** Version bump only for package oxc-node
9+
610
## [0.0.18](https://github.com/oxc-project/oxc-node/compare/v0.0.17...v0.0.18) (2025-01-20)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"packages": ["packages/*"],
55
"npmClient": "pnpm",
66
"skipNxCache": true,

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.19](https://github.com/oxc-project/oxc-node/compare/v0.0.18...v0.0.19) (2025-01-20)
7+
8+
**Note:** Version bump only for package @oxc-node/cli
9+
610
## [0.0.18](https://github.com/oxc-project/oxc-node/compare/v0.0.17...v0.0.18) (2025-01-20)
711

812
**Note:** Version bump only for package @oxc-node/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-node/cli",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"license": "MIT",
55
"type": "module",
66
"description": "OXC Node cli",

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.19](https://github.com/oxc-project/oxc-node/compare/v0.0.18...v0.0.19) (2025-01-20)
7+
8+
**Note:** Version bump only for package @oxc-node/core
9+
610
## [0.0.18](https://github.com/oxc-project/oxc-node/compare/v0.0.17...v0.0.18) (2025-01-20)
711

812
**Note:** Version bump only for package @oxc-node/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxc-node/core",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"main": "./index.js",
55
"browser": "./browser.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)