From 92479c0b1614a6b16eb0ed194f2de2e6b7e0cea3 Mon Sep 17 00:00:00 2001 From: Jiannan Zhang Date: Thu, 28 Sep 2023 11:07:50 +0800 Subject: [PATCH] release: 1.3.2 (#512) --- packages/lib/CHANGELOG.md | 14 ++++++++++++++ packages/lib/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 96b87536..af7d43a1 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.3.2](https://github.com/originjs/vite-plugin-federation/compare/v1.3.1...v1.3.2) (2023-09-28) + + +### Bug Fixes + +* Flatten module with default exports when available ([#505](https://github.com/originjs/vite-plugin-federation/issues/505)) ([0bc4f8e](https://github.com/originjs/vite-plugin-federation/commit/0bc4f8ec9eb7105121da823d406cfd071f7f4b65)) + + +### Features + +* add content hash for shared libraries ([#487](https://github.com/originjs/vite-plugin-federation/issues/487)) ([055c759](https://github.com/originjs/vite-plugin-federation/commit/055c7591a83a1bec6aba82da2b19729c45d7f731)) + + + ## [1.3.1](https://github.com/originjs/vite-plugin-federation/compare/v1.2.3...v1.3.1) (2023-09-11) diff --git a/packages/lib/package.json b/packages/lib/package.json index 22485ffa..bec2bec0 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@originjs/vite-plugin-federation", - "version": "1.3.1", + "version": "1.3.2", "description": "A Vite plugin which support Module Federation.", "main": "./dist/index.js", "module": "./dist/index.mjs",