Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 23, 2024
1 parent c767ce3 commit 4cb1729
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [0.0.13](https://github.com/oxc-project/oxc-node/compare/v0.0.12...v0.0.13) (2024-07-23)

**Note:** Version bump only for package oxc-node
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.13",
"version": "0.0.14",
"packages": ["packages/*"],
"npmClient": "pnpm",
"skipNxCache": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [0.0.13](https://github.com/oxc-project/oxc-node/compare/v0.0.12...v0.0.13) (2024-07-23)

**Note:** Version bump only for package @oxc-node/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxc-node/cli",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",
"type": "module",
"description": "OXC Node cli",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## [0.0.13](https://github.com/oxc-project/oxc-node/compare/v0.0.12...v0.0.13) (2024-07-23)

**Note:** Version bump only for package @oxc-node/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxc-node/core",
"version": "0.0.13",
"version": "0.0.14",
"main": "./index.js",
"browser": "./browser.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 4cb1729

Please sign in to comment.