We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432d08b commit f993d5cCopy full SHA for f993d5c
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# blog
2
3
+## 2.1.0
4
+
5
+### Minor Changes
6
7
+- fix:侧边栏支持展示三级标题&修复警告
8
+- fix:本地访问不计入埋点
9
+- chore:依赖更新
10
+- chore:添加机器人脚本,自动更新依赖到最新
11
+- feat:添加codepen入口
12
13
## 2.0.1
14
15
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "blog",
- "version": "2.0.1",
+ "version": "2.1.0",
"main": "index.js",
"scripts": {
"postinstall": "patch-package",
0 commit comments