Skip to content

Commit

Permalink
release: 1.1.6 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer authored May 10, 2022
1 parent 3fa77a3 commit 71a8092
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.1.6](https://github.com/originjs/vite-plugin-federation/compare/v1.1.5...v1.1.6) (2022-05-10)


### Bug Fixes

* vite 2.9.0 causes manualChunks failed ([#183](https://github.com/originjs/vite-plugin-federation/issues/183)) ([3fa77a3](https://github.com/originjs/vite-plugin-federation/commit/3fa77a3bd590627c2c9757015d546d68e69a9316))


### Features

* transformed AST node type ExportNamedDeclaration ([0d4b8c6](https://github.com/originjs/vite-plugin-federation/commit/0d4b8c6385060986b4ad54259e31015448dacfc1))



## [1.1.5](https://github.com/originjs/vite-plugin-federation/compare/v1.1.4...v1.1.5) (2022-04-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/vite-plugin-federation",
"version": "1.1.5",
"version": "1.1.6",
"description": "A Vite plugin which support Module Federation.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 71a8092

Please sign in to comment.