diff --git a/CHANGELOG.md b/CHANGELOG.md index 425e2b0..4593495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v1.6.0...v1.7.0) (2022-07-24) + + +### Features + +* include types from node_modules ([1512c84](https://github.com/cloudbeds/webpack-module-federation-types-plugin/commit/1512c84dd28ae64fe633fed15a664f0e6c811ea1)) + # [1.6.0](https://github.com/cloudbeds/webpack-module-federation-types-plugin/compare/v1.5.1...v1.6.0) (2022-07-24) diff --git a/package-lock.json b/package-lock.json index 1cb1b33..84b599c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudbeds/webpack-module-federation-types-plugin", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cloudbeds/webpack-module-federation-types-plugin", - "version": "1.6.0", + "version": "1.7.0", "license": "UNLICENSED", "dependencies": { "download": "^8.0.0", diff --git a/package.json b/package.json index 919ac2f..cc1a61f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbeds/webpack-module-federation-types-plugin", - "version": "1.6.0", + "version": "1.7.0", "description": "Webpack module federation tools to share types among module-federated apps/components", "license": "UNLICENSED", "author": "Stepan Prybylynskyi ",