Skip to content

Commit 459fb3c

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2024-10-14) ### Bug Fixes * update getTSConfigCompilerOptions to handle TypeScript >= 5.4, resolves issue introduced by [#40](#40) ([767c771](767c771))
1 parent 6d10114 commit 459fb3c

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.2](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v2.0.1...v2.0.2) (2024-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* update getTSConfigCompilerOptions to handle TypeScript >= 5.4, resolves issue introduced by [#40](https://github.com/cloudbeds/webpack-module-federation-types-plugin/issues/40) ([767c771](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/767c7717e393221d2d1afd8b8ef0fc867d6b91c3))
7+
18
## [2.0.1](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v2.0.0...v2.0.1) (2024-10-14)
29

310

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: 4 additions & 2 deletions
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.1",
3+
"version": "2.0.2",
44
"description": "Webpack module federation tools to share types among module-federated apps/components",
55
"license": "MIT",
66
"author": "Steven Prybylynskyi <[email protected]>",
@@ -9,7 +9,9 @@
99
"url": "https://github.com/cloudbeds/webpack-module-federation-types-plugin.git"
1010
},
1111
"main": "dist/plugin.js",
12-
"files": ["dist"],
12+
"files": [
13+
"dist"
14+
],
1315
"bin": {
1416
"make-federated-types": "dist/bin/make-federated-types.js",
1517
"download-federated-types": "dist/bin/download-federated-types.js"

0 commit comments

Comments
 (0)