Skip to content

Commit 3dac300

Browse files
authored
release: 1.1.13 (#312)
1 parent 5c6689b commit 3dac300

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/lib/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.1.13](https://github.com/originjs/vite-plugin-federation/compare/v1.1.12...v1.1.13) (2023-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Invalid remoteEntry.js when building in watch mode ([5fc029d](https://github.com/originjs/vite-plugin-federation/commit/5fc029df6a560c88adf7cbd047e9800c1fe10ee6)), closes [#253](https://github.com/originjs/vite-plugin-federation/issues/253)
7+
* the style is missing ([#302](https://github.com/originjs/vite-plugin-federation/issues/302)) ([9a71a45](https://github.com/originjs/vite-plugin-federation/commit/9a71a45c04a7e5bb069eada0a4899eda2f371235))
8+
* (resolveHostname) Resolve host name and respecting origin ([#308](https://github.com/originjs/vite-plugin-federation/issues/308)) ([f0578e](https://github.com/originjs/vite-plugin-federation/commit/f0578e2b02242c84e3570b3fb86c2d3c4888011b))
9+
10+
11+
### Features
12+
13+
* add `shared.generate` to determine if a shared file needs to be generated on the remote side ([#311](https://github.com/originjs/vite-plugin-federation/issues/311)) ([5c6689b](https://github.com/originjs/vite-plugin-federation/commit/5c6689bbc7d54fcd15fde63e57906ec8e8ab01b2))
14+
15+
16+
117
## [1.1.12](https://github.com/originjs/vite-plugin-federation/compare/v1.1.11...v1.1.12) (2022-12-08)
218

319

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.12",
3+
"version": "1.1.13",
44
"description": "A Vite plugin which support Module Federation.",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)