We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4168097 commit 74c71f4Copy full SHA for 74c71f4
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.0.11](https://github.com/MicroAppJS/plugin-webpack/compare/v0.0.10...v0.0.11) (2020-03-23)
2
+
3
4
+### Features
5
6
+* support `dependencies` option ([4168097](https://github.com/MicroAppJS/plugin-webpack/commit/4168097fd9e99ea31fcfe612a4848c05c4d89bca))
7
8
## [0.0.10](https://github.com/MicroAppJS/plugin-webpack/compare/v0.0.9...v0.0.10) (2020-03-23)
9
10
## [0.0.9](https://github.com/MicroAppJS/plugin-webpack/compare/v0.0.8...v0.0.9) (2020-03-20)
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/plugin-webpack",
- "version": "0.0.10",
+ "version": "0.0.11",
"description": "[Plugin] webpack adapter plugin.",
"main": "src/index.js",
"scripts": {
0 commit comments