Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Dec 25, 2023
1 parent d392ab4 commit d33ab24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

A stable version.

## 0.15.4

### Patches
Expand Down Expand Up @@ -54,7 +58,6 @@

- Fix can't work at monorepo.


## 0.12.4

### Patches
Expand All @@ -76,6 +79,7 @@
### Improves

- Perf type DX (#19 #20)

### Patches

- Fix `server` mode can't work with some libs.
Expand All @@ -84,7 +88,6 @@

@mengdaoshizhongxinyang @nonzzz


## 0.12.1

### Patches
Expand Down Expand Up @@ -136,10 +139,9 @@
- Support load submodule and join analyze. (Package.json "exports" module)

Why we need it? Because more and more packages provide the exports fileld.So we should
support it. In past we can't process like "import ReactDOM from 'react-dom/client'". But now
support it. In past we can't process like "import ReactDOM from 'react-dom/client'". But now
we can do it.


## 0.9.3

### 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.16.0",
"version": "1.0.0",
"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 d33ab24

Please sign in to comment.