Skip to content

Commit

Permalink
refactor(rust-plugins): 💡 worker plugin inline
Browse files Browse the repository at this point in the history
  • Loading branch information
CCherry07 committed Oct 27, 2024
1 parent 178ebad commit 2eb5cb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rust-plugins/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-worker

## 0.0.3

### Patch Changes

- chore: priority & inline option

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion rust-plugins/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-worker",
"version": "0.0.2",
"version": "0.0.3",
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 2eb5cb0

Please sign in to comment.