Skip to content

Commit 95aabb2

Browse files
committed
bookmark: release v0.2.2
1 parent 77df53c commit 95aabb2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.2](https://github.com/MicroAppJS/vue-cli-plugin-microapp/compare/v0.2.1...v0.2.2) (2021-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复逻辑,防止重复配置 ([77df53c](https://github.com/MicroAppJS/vue-cli-plugin-microapp/commit/77df53c84cfb3dfb0832c43e9b050cdb17304831))
7+
18
## [0.2.1](https://github.com/MicroAppJS/vue-cli-plugin-microapp/compare/v0.1.4...v0.2.1) (2021-12-20)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-app/vue-cli-plugin-microapp",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "[Plugin] Vue CLI Plugin for MicroApp Projects.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)