Skip to content

Commit

Permalink
release: 1.3.6 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer authored Sep 15, 2024
1 parent 6a062f9 commit 7facf72
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.3.6](https://github.com/originjs/vite-plugin-federation/compare/v1.3.5...v1.3.6) (2024-09-15)


### Bug Fixes

* removeNonRegLetter for chunk filename ([#621](https://github.com/originjs/vite-plugin-federation/issues/621)) ([7e822ff](https://github.com/originjs/vite-plugin-federation/commit/7e822ff7dcee15499a5f065e190fd73f41a9764e))


### Features

* adds a workaround for a safari bug when loading modules async ([#617](https://github.com/originjs/vite-plugin-federation/issues/617)) ([bbd1d89](https://github.com/originjs/vite-plugin-federation/commit/bbd1d89de65e36698bc0e1027a76587e4989d6cd))



## [1.3.5](https://github.com/originjs/vite-plugin-federation/compare/v1.3.4...v1.3.5) (2024-02-18)


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

0 comments on commit 7facf72

Please sign in to comment.