Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.18.0...v2.0.0) (2024-10-14)

* feat!: NGU-2227 async compilation ([9e8f204](9e8f204))

### Bug Fixes

* import ts ([ed54ab1](ed54ab1))

### BREAKING CHANGES

* - Added worker to handle compilation
  • Loading branch information
semantic-release-bot committed Oct 14, 2024
1 parent a754e9f commit d7b8d29
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v1.18.0...v2.0.0) (2024-10-14)


* feat!: NGU-2227 async compilation ([9e8f204](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/9e8f204beb00edfbe2639fd5cf73b62515106861))


### Bug Fixes

* import ts ([ed54ab1](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/ed54ab19522243055fbcaae2dab56fc8d3158ae6))


### BREAKING CHANGES

* - Added worker to handle compilation

# [1.18.0](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v1.17.0...v1.18.0) (2024-02-20)


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": "1.18.0",
"version": "2.0.0",
"description": "Webpack module federation tools to share types among module-federated apps/components",
"license": "MIT",
"author": "Steven Prybylynskyi <[email protected]>",
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 d7b8d29

Please sign in to comment.