Skip to content

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 14, 2024
1 parent 6d10114 commit 459fb3c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.2](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v2.0.1...v2.0.2) (2024-10-14)


### Bug Fixes

* 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))

## [2.0.1](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v2.0.0...v2.0.1) (2024-10-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbeds/webpack-module-federation-types-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Webpack module federation tools to share types among module-federated apps/components",
"license": "MIT",
"author": "Steven Prybylynskyi <stepan.prybylynskyi@cloudbeds.com>",
Expand All @@ -9,7 +9,9 @@
"url": "https://github.com/cloudbeds/webpack-module-federation-types-plugin.git"
},
"main": "dist/plugin.js",
"files": ["dist"],
"files": [
"dist"
],
"bin": {
"make-federated-types": "dist/bin/make-federated-types.js",
"download-federated-types": "dist/bin/download-federated-types.js"
Expand Down

0 comments on commit 459fb3c

Please sign in to comment.