@module-federation/node 0.5.0 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,48 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.5.3](https://github.com/module-federation/nextjs-mf/compare/node-0.5.2...node-0.5.3) (2022-10-06)
6
+
7
+
8
+
9
+ ## [0.5.2](https://github.com/module-federation/nextjs-mf/compare/node-0.5.1...node-0.5.2) (2022-10-06)
10
+
11
+
12
+
13
+ ## [0.5.1](https://github.com/module-federation/nextjs-mf/compare/node-0.5.0...node-0.5.1) (2022-10-06)
14
+
15
+
16
+
17
+ # [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
23
+ * **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
24
+
25
+
26
+
27
+ # [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-06)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
33
+ * **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
34
+
35
+
36
+
37
+ ## [0.4.1](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.4.1) (2022-10-06)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * improve handling of offline remotes ([#263](https://github.com/module-federation/nextjs-mf/issues/263)) ([e0eb437](https://github.com/module-federation/nextjs-mf/commit/e0eb437bbc0259a8f263ededa505a397fa59b97b))
43
+ * **update versions:** bumping versions ([f72209a](https://github.com/module-federation/nextjs-mf/commit/f72209ae070fb50c9d317e764caf872facd4b887))
44
+
45
+
46
+
5
47
  # [0.5.0](https://github.com/module-federation/nextjs-mf/compare/node-0.4.0...node-0.5.0) (2022-10-05)
6
48
 
7
49
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "@module-federation/node",
4
- "version": "0.5.0",
4
+ "version": "0.5.3",
5
5
  "type": "commonjs",
6
6
  "main": "src/index.js",
7
7
  "exports": {