Skip to content

Commit d7b8d29

Browse files
chore(release): 2.0.0 [skip ci]
# [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
1 parent a754e9f commit d7b8d29

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.0.0](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v1.18.0...v2.0.0) (2024-10-14)
2+
3+
4+
* feat!: NGU-2227 async compilation ([9e8f204](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/9e8f204beb00edfbe2639fd5cf73b62515106861))
5+
6+
7+
### Bug Fixes
8+
9+
* import ts ([ed54ab1](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/ed54ab19522243055fbcaae2dab56fc8d3158ae6))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* - Added worker to handle compilation
15+
116
# [1.18.0](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v1.17.0...v1.18.0) (2024-02-20)
217

318

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": "1.18.0",
3+
"version": "2.0.0",
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)