Skip to content

Commit

Permalink
release(esbuild): 🏹 Release esbuild-plugin-alias-path@2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linbudu599 committed Nov 21, 2022
1 parent 3dca6df commit 6939c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-alias-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Released 2.0.1
## Released 2.0.2

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

Expand Down
3 changes: 2 additions & 1 deletion packages/esbuild-plugin-alias-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-plugin-alias-path",
"version": "2.0.1",
"version": "2.0.2",
"description": "ESBuild plugin for alias path.",
"keywords": [
"ESBuild",
Expand Down Expand Up @@ -32,6 +32,7 @@
},
"dependencies": {
"find-up": "5.0.0",
"fs-extra": "^10.1.0",
"jsonfile": "^6.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 6939c98

Please sign in to comment.