Skip to content

Commit

Permalink
release: 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer committed Dec 6, 2021
1 parent 73fd5e5 commit 3fc8f8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.7](https://github.com/originjs/vite-plugin-federation/compare/v1.0.6...v1.0.7) (2021-12-06)


### Bug Fixes

* federation will override vite `config.optimizeDeps` ([37f4e56](https://github.com/originjs/vite-plugin-federation/commit/37f4e56b65aca67bba75f51e0b8be2798c14cbc6))


### Features

* support webpack var format ([ed2a596](https://github.com/originjs/vite-plugin-federation/commit/ed2a596a2ee20f74310e9a1e8a59a80a538b7afc))



## [1.0.6](https://github.com/originjs/vite-plugin-federation/compare/v1.0.5...v1.0.6) (2021-12-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/vite-plugin-federation",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Vite plugin which support Module Federation.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 3fc8f8f

Please sign in to comment.