Skip to content

Commit

Permalink
chore: release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Nov 7, 2023
1 parent 654d4fd commit f26268b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.14.0

### Features

- Upgrade `rs-module-lexer`
- `ExportDefaultDeclaration` should be process.
- `external` plugin support aliases.

## 0.13.0

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-cdn2",
"version": "0.13.0",
"version": "0.14.0",
"description": "A Vite plugin that allowed you replace module with CDN",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -151,4 +151,4 @@
"tsup@^7.1.0": "patch:tsup@npm%3A7.1.0#./.yarn/patches/tsup-npm-7.1.0-3fe66cd74a.patch"
},
"packageManager": "yarn@3.6.3"
}
}

0 comments on commit f26268b

Please sign in to comment.