Skip to content

Commit

Permalink
release: 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer committed Nov 20, 2023
1 parent d60c019 commit bd66435
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.3.3](https://github.com/originjs/vite-plugin-federation/compare/v1.3.2...v1.3.3) (2023-11-20)


### Bug Fixes

* flatten module return function when module default is function ([#538](https://github.com/originjs/vite-plugin-federation/issues/538)) ([d60c019](https://github.com/originjs/vite-plugin-federation/commit/d60c019b288eb00337e38661985850bf8b426d34))
* throw error when remote module can not find ([#524](https://github.com/originjs/vite-plugin-federation/issues/524)) ([4ccfe4b](https://github.com/originjs/vite-plugin-federation/commit/4ccfe4b1db309ffaa11f2c0d845150b7e14d56c1)), closes [#522](https://github.com/originjs/vite-plugin-federation/issues/522)


### Features

* add content hash to federation_fn_import file name ([#520](https://github.com/originjs/vite-plugin-federation/issues/520)) ([7b88529](https://github.com/originjs/vite-plugin-federation/commit/7b88529a80caa396b4e2cab6b8f120093578ac47))



## [1.3.2](https://github.com/originjs/vite-plugin-federation/compare/v1.3.1...v1.3.2) (2023-09-28)


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

0 comments on commit bd66435

Please sign in to comment.