Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 17, 2024
1 parent 896e129 commit f45fc8d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 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.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
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.8",
"version": "0.0.9",
"packages": ["packages/*"],
"npmClient": "pnpm",
"skipNxCache": true,
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.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
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.8",
"version": "0.0.9",
"main": "./index.js",
"browser": "./browser.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit f45fc8d

Please sign in to comment.