Skip to content

Commit 44e8f89

Browse files
authored
release: 1.1.11 (#265)
1 parent 58cb82e commit 44e8f89

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/lib/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.11](https://github.com/originjs/vite-plugin-federation/compare/v1.1.10...v1.1.11) (2022-10-24)
2+
3+
4+
### Features
5+
6+
* remove invalid import and optimize shared replace ([a85a8ab](https://github.com/originjs/vite-plugin-federation/commit/a85a8abd66989767781162a9e729e674dd231ff8))
7+
8+
9+
110
## [1.1.10](https://github.com/originjs/vite-plugin-federation/compare/v1.1.9...v1.1.10) (2022-10-14)
211

312

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/vite-plugin-federation",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "A Vite plugin which support Module Federation.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)