Skip to content

Commit 79522fd

Browse files
committed
build: release v1.4.3
1 parent 724c139 commit 79522fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
prettier:
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- name: Checkout
1514
uses: actions/checkout@v2
@@ -20,6 +19,6 @@ jobs:
2019
uses: creyD/[email protected]
2120
with:
2221
prettier_options: --write **/*.{html,js,md,vue,less,css}
23-
commit_message: 'docs: prettify code'
22+
commit_message: 'style: prettify code'
2423
env:
2524
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
2020

2121
## 在线编辑器地址
2222

23+
- Netlify: https://mdhere.netlify.app
2324
- Gitee Pages:https://doocs.gitee.io/md
2425
- GitHub Pages:https://doocs.github.io/md
2526

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "vue-md",
3-
"author": "doocs",
4-
"version": "1.4.2",
5-
"private": true,
3+
"version": "1.4.3",
64
"homepage": ".",
5+
"description": "An open-source wechat markdown editor.",
6+
"author": "yanglbme <[email protected]>",
77
"scripts": {
88
"serve": "vue-cli-service serve",
99
"build": "vue-cli-service build",

0 commit comments

Comments
 (0)