Skip to content

Commit 97ccace

Browse files
committed
Apply changesets
1 parent 261fbd3 commit 97ccace

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-react18
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- Do not remove ';' when require statement starts with ','.
8+
39
## 0.2.3
410

511
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-plugin-react18",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"description": "Unlock the Potential of React Server Components! Harness the power of an ESBuild plugin designed for crafting libraries compatible with RSC (React18 Server Components).",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",

0 commit comments

Comments
 (0)