Skip to content

Commit 6939c98

Browse files
committed
release(esbuild): 🏹 Release [email protected]
1 parent 3dca6df commit 6939c98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/esbuild-plugin-alias-path/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Released 2.0.1
3+
## Released 2.0.2
44

55
- BugFix: Update build configuration for better CJS & ESM compat support.
66

packages/esbuild-plugin-alias-path/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-plugin-alias-path",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "ESBuild plugin for alias path.",
55
"keywords": [
66
"ESBuild",
@@ -32,6 +32,7 @@
3232
},
3333
"dependencies": {
3434
"find-up": "5.0.0",
35+
"fs-extra": "^10.1.0",
3536
"jsonfile": "^6.1.0"
3637
},
3738
"peerDependencies": {

0 commit comments

Comments
 (0)