Skip to content

Commit

Permalink
release: 1.2.0 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer authored Feb 11, 2023
1 parent 44ad6bb commit e78a42e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.2.0](https://github.com/originjs/vite-plugin-federation/compare/v1.1.14...v1.2.0) (2023-02-11)


### Bug Fixes

* added catch when loading js with import(...) ([#328](https://github.com/originjs/vite-plugin-federation/issues/328)) ([97ed8f7](https://github.com/originjs/vite-plugin-federation/commit/97ed8f7c74535260fa3d91a31b697ea4499eaccd))
* shared lib load failed ([#338](https://github.com/originjs/vite-plugin-federation/issues/338)) ([49b6cae](https://github.com/originjs/vite-plugin-federation/commit/49b6caebbef899abf18cd8d62f64261aac6a18cd))



## [1.1.14](https://github.com/originjs/vite-plugin-federation/compare/v1.1.13...v1.1.14) (2023-01-19)


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.14",
"version": "1.2.0",
"description": "A Vite plugin which support Module Federation.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit e78a42e

Please sign in to comment.