We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bcf6c commit 12d8620Copy full SHA for 12d8620
packages/lib/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [1.1.8](https://github.com/originjs/vite-plugin-federation/compare/v1.1.7...v1.1.8) (2022-08-01)
2
+
3
4
+### Bug Fixes
5
6
+* update content hash calculate for export module ([e2bccc1](https://github.com/originjs/vite-plugin-federation/commit/e2bccc1cf58b9f18ac1a6c27e417e4f1a8870595))
7
8
9
10
## [1.1.7](https://github.com/originjs/vite-plugin-federation/compare/v1.1.6...v1.1.7) (2022-07-09)
11
12
packages/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@originjs/vite-plugin-federation",
- "version": "1.1.7",
+ "version": "1.1.8",
"description": "A Vite plugin which support Module Federation.",
"main": "dist/index.js",
"module": "dist/index.es.js",
0 commit comments