Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zyao89 committed Feb 24, 2020
1 parent e02e7c0 commit ef7ac03
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.1.3 (2020-02-24)


### Bug Fixes

* fix create steps ([a9716c4](https://github.com/MicroAppJS/plugin-vuepress/commit/a9716c4be02742aa6708b0ce21b4c37353fd2083))
* some bugs ([f681eee](https://github.com/MicroAppJS/plugin-vuepress/commit/f681eee8fd04379890f4ef54c1134e08a4ff30ac))
* update deps ([1379512](https://github.com/MicroAppJS/plugin-vuepress/commit/1379512b3e584b85c3668360a814914171dc29f9))
* 修复 rss bug ([0650187](https://github.com/MicroAppJS/plugin-vuepress/commit/06501874ad6251f97312f6baea0532aef076e42f))
* 修复移动主题适配 ([f7db116](https://github.com/MicroAppJS/plugin-vuepress/commit/f7db116b5e79ac7ac80a75b63450d15d74389636))


### Features

* add 404 page ([731871a](https://github.com/MicroAppJS/plugin-vuepress/commit/731871ade4726f15a9c8edcb86e395348bc2f7d7))
* add seo, shortLinks and baidu push ([77be6c6](https://github.com/MicroAppJS/plugin-vuepress/commit/77be6c6c43dda50ba0b8de71f862b128d4a07673))
* art ([0a59caf](https://github.com/MicroAppJS/plugin-vuepress/commit/0a59cafe75e0abd672d11556a53879bfc1bd0551))
* fix blog theme ([b3a8d73](https://github.com/MicroAppJS/plugin-vuepress/commit/b3a8d73d16080e77e6948129989709682b941c56))
* 增加静态文件地址输出,可使用 require() ([e02e7c0](https://github.com/MicroAppJS/plugin-vuepress/commit/e02e7c04c7f690d9bf766ee19b63962fc0e76122))

## 0.1.2 (2020-02-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-app/plugin-vuepress",
"version": "0.1.2",
"version": "0.1.3",
"description": "[Plugin] adapter vuepress plugin.",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit ef7ac03

Please sign in to comment.