Skip to content

Commit

Permalink
release: 1.3.5 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer authored Feb 18, 2024
1 parent 7e5be49 commit cfaa562
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.3.5](https://github.com/originjs/vite-plugin-federation/compare/v1.3.4...v1.3.5) (2024-02-18)


### Bug Fixes

* check for regex in external ([#573](https://github.com/originjs/vite-plugin-federation/issues/573)) ([7e5be49](https://github.com/originjs/vite-plugin-federation/commit/7e5be49057be534982f1819f80e5ea9c78305498))
* sharedFilePathReg ([#567](https://github.com/originjs/vite-plugin-federation/issues/567)) ([0a09bf0](https://github.com/originjs/vite-plugin-federation/commit/0a09bf0ead5e763a8c32a63d554c2bdf5f3a322c))



## [1.3.4](https://github.com/originjs/vite-plugin-federation/compare/v1.3.3...v1.3.4) (2024-01-03)


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

0 comments on commit cfaa562

Please sign in to comment.