Skip to content

Commit e3e1ba2

Browse files
committed
chore: release v0.1.4
1 parent 1d3466e commit e3e1ba2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.1.4 (2020-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* fix create steps ([a9716c4](https://github.com/MicroAppJS/plugin-vuepress/commit/a9716c4be02742aa6708b0ce21b4c37353fd2083))
7+
* lock ext txt ([1b6e34a](https://github.com/MicroAppJS/plugin-vuepress/commit/1b6e34a4f9b70e07f7697d4c1c38e5edac041a99))
8+
* lock ext txt ([6c6287b](https://github.com/MicroAppJS/plugin-vuepress/commit/6c6287b956a9518d94724167fae760b8443c772c))
9+
* some bugs ([f681eee](https://github.com/MicroAppJS/plugin-vuepress/commit/f681eee8fd04379890f4ef54c1134e08a4ff30ac))
10+
* update deps ([1379512](https://github.com/MicroAppJS/plugin-vuepress/commit/1379512b3e584b85c3668360a814914171dc29f9))
11+
* 修复 rss bug ([0650187](https://github.com/MicroAppJS/plugin-vuepress/commit/06501874ad6251f97312f6baea0532aef076e42f))
12+
* 修复移动主题适配 ([f7db116](https://github.com/MicroAppJS/plugin-vuepress/commit/f7db116b5e79ac7ac80a75b63450d15d74389636))
13+
14+
15+
### Features
16+
17+
* add 404 page ([731871a](https://github.com/MicroAppJS/plugin-vuepress/commit/731871ade4726f15a9c8edcb86e395348bc2f7d7))
18+
* add seo, shortLinks and baidu push ([77be6c6](https://github.com/MicroAppJS/plugin-vuepress/commit/77be6c6c43dda50ba0b8de71f862b128d4a07673))
19+
* art ([0a59caf](https://github.com/MicroAppJS/plugin-vuepress/commit/0a59cafe75e0abd672d11556a53879bfc1bd0551))
20+
* fix blog theme ([b3a8d73](https://github.com/MicroAppJS/plugin-vuepress/commit/b3a8d73d16080e77e6948129989709682b941c56))
21+
* 增加静态文件地址输出,可使用 require() ([e02e7c0](https://github.com/MicroAppJS/plugin-vuepress/commit/e02e7c04c7f690d9bf766ee19b63962fc0e76122))
22+
123
## 0.1.3 (2020-02-24)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-app/plugin-vuepress",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "[Plugin] adapter vuepress plugin.",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)