Skip to content

Commit

Permalink
release: 1.1.11 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer authored Oct 25, 2022
1 parent 58cb82e commit 44e8f89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.11](https://github.com/originjs/vite-plugin-federation/compare/v1.1.10...v1.1.11) (2022-10-24)


### Features

* remove invalid import and optimize shared replace ([a85a8ab](https://github.com/originjs/vite-plugin-federation/commit/a85a8abd66989767781162a9e729e674dd231ff8))



## [1.1.10](https://github.com/originjs/vite-plugin-federation/compare/v1.1.9...v1.1.10) (2022-10-14)


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.1.10",
"version": "1.1.11",
"description": "A Vite plugin which support Module Federation.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 44e8f89

Please sign in to comment.