diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6c9b25f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +## 0.1.1 (2022-04-23) + + +### Features + +* 初始化代码 ([15c1286](https://github.com/limaofeng/umi-plugin-sunmao/commit/15c12863703eca4d1938dd78b4f8f0b56d14d57b)) + + + diff --git a/package.json b/package.json index 870e21f..06a4623 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",