Skip to content

Commit

Permalink
chore: release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Aug 6, 2023
1 parent d2d102a commit e200e4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.3

### Patches

- Fix "require.resolve" should work with “type:module”.

## 0.9.2

### Patches
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-cdn2",
"version": "0.9.2",
"version": "0.9.3",
"description": "A Vite plugin that allowed you replace module with CDN",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit e200e4c

Please sign in to comment.