Skip to content

Commit 12d8620

Browse files
committed
release: 1.1.8
1 parent c1bcf6c commit 12d8620

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.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+
110
## [1.1.7](https://github.com/originjs/vite-plugin-federation/compare/v1.1.6...v1.1.7) (2022-07-09)
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.7",
3+
"version": "1.1.8",
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)