Skip to content

Commit 3e91b4c

Browse files
authored
release: 1.1.12 (#296)
1 parent 0b3dfbd commit 3e91b4c

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.12](https://github.com/originjs/vite-plugin-federation/compare/v1.1.11...v1.1.12) (2022-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* importShared is not a function ([#275](https://github.com/originjs/vite-plugin-federation/issues/275)) ([0b3dfbd](https://github.com/originjs/vite-plugin-federation/commit/0b3dfbdb2d0da4e0116ecf43cbcaf0c2fb025af8))
7+
8+
9+
110
## [1.1.11](https://github.com/originjs/vite-plugin-federation/compare/v1.1.10...v1.1.11) (2022-10-24)
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.11",
3+
"version": "1.1.12",
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)