Skip to content

Commit 9998e6e

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.1...v0.4.0) (2025-09-13) ### Features * fallback component added for error scenario ([9ec5be4](9ec5be4)) * fallback component added for error scenario ([66cccd9](66cccd9))
1 parent 9ec5be4 commit 9998e6e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.4.0](https://github.com/abc-utils/dynamic-module-federation/compare/v0.3.1...v0.4.0) (2025-09-13)
2+
3+
4+
### Features
5+
6+
* fallback component added for error scenario ([9ec5be4](https://github.com/abc-utils/dynamic-module-federation/commit/9ec5be443c7304bc9d37af01049bc8f6ec0e94d3))
7+
* fallback component added for error scenario ([66cccd9](https://github.com/abc-utils/dynamic-module-federation/commit/66cccd995d57793dc696bc5886b32f060b60c9b5))
8+
19
## [0.3.1](https://github.com/abc-utils/dynamic-module-federation/compare/v0.3.0...v0.3.1) (2025-07-25)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamic-module-federation",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Tool for importing module federated components/apps at runtime",
55
"main": "dist/umd/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)