Skip to content

Commit 1b7f5f2

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.9...v2.1.0) (2025-01-20) ### Bug Fixes * **compileTypesWorker:** update log messages for clarity in compilation timing ([ce2345e](ce2345e)) * **release:** update GitHub Actions permissions and refine test log expectations ([512e144](512e144)) * **release:** update GitHub Actions permissions to allow write access for contents ([a26f600](a26f600)) ### Features * **plugin:** support object-based MF2 exposed modules in ModuleFederationTypesPlugin ([1191757](1191757))
1 parent a26f600 commit 1b7f5f2

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.1.0](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v2.0.9...v2.1.0) (2025-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **compileTypesWorker:** update log messages for clarity in compilation timing ([ce2345e](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/ce2345ee3d8394c30092fdde9c74a0d6347135c1))
7+
* **release:** update GitHub Actions permissions and refine test log expectations ([512e144](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/512e14401aefdcb20b811fa94ebc4e7412c0efd2))
8+
* **release:** update GitHub Actions permissions to allow write access for contents ([a26f600](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/a26f600f115a1e2e9997047feb06df287f031285))
9+
10+
11+
### Features
12+
13+
* **plugin:** support object-based MF2 exposed modules in ModuleFederationTypesPlugin ([1191757](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/1191757a14d6382f2d07bfcb47ff2c05b3a929bf))
14+
115
## [2.0.9](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v2.0.8...v2.0.9) (2024-10-24)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudbeds/webpack-module-federation-types-plugin",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"description": "Webpack module federation tools to share types among module-federated apps/components",
55
"license": "MIT",
66
"author": "Steven Prybylynskyi <[email protected]>",

0 commit comments

Comments
 (0)