From 79522fdc61c837097233655589d7abef184ca78f Mon Sep 17 00:00:00 2001 From: yanglbme Date: Mon, 9 Nov 2020 14:09:11 +0800 Subject: [PATCH] build: release v1.4.3 --- .github/workflows/prettier.yml | 3 +-- README.md | 1 + package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 1dc060e..e71675e 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -9,7 +9,6 @@ on: jobs: prettier: runs-on: ubuntu-latest - steps: - name: Checkout uses: actions/checkout@v2 @@ -20,6 +19,6 @@ jobs: uses: creyD/prettier_action@v3.0 with: prettier_options: --write **/*.{html,js,md,vue,less,css} - commit_message: 'docs: prettify code' + commit_message: 'style: prettify code' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 78250ea..75cff48 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章 ## 在线编辑器地址 +- Netlify: https://mdhere.netlify.app - Gitee Pages:https://doocs.gitee.io/md - GitHub Pages:https://doocs.github.io/md diff --git a/package.json b/package.json index 474b0e7..53dbfe9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "vue-md", - "author": "doocs", - "version": "1.4.2", - "private": true, + "version": "1.4.3", "homepage": ".", + "description": "An open-source wechat markdown editor.", + "author": "yanglbme ", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build",