Skip to content

Commit 42fee0f

Browse files
committed
release: 1.1.1
1 parent 47d76c7 commit 42fee0f

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.1](https://github.com/originjs/vite-plugin-federation/compare/v1.1.0...v1.1.1) (2022-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* dev mode error ([47d76c7](https://github.com/originjs/vite-plugin-federation/commit/47d76c730e8abf4f834c8b66889c5421463c0e47))
7+
8+
9+
### Features
10+
11+
* add `registerPlugins` support command & chore ts ([c374843](https://github.com/originjs/vite-plugin-federation/commit/c37484382127ea51d690291ab439648b52179082))
12+
* shared supports monoRepo ([c629a09](https://github.com/originjs/vite-plugin-federation/commit/c629a0972222d59ab878cf72b3398d6ed9853df7))
13+
* support webpack using vite component([7f7ceacf](https://github.com/originjs/vite-plugin-federation/commit/7f7ceacf2baa808677f6e1a0d3b390b12dba0b37))
14+
15+
16+
117
# [1.1.0](https://github.com/originjs/vite-plugin-federation/compare/v1.0.8...v1.1.0) (2021-12-13)
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.0",
3+
"version": "1.1.1",
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)