build: release v1.4.3

This commit is contained in:
yanglbme 2020-11-09 14:09:11 +08:00
parent 724c1398f0
commit 79522fdc61
3 changed files with 5 additions and 5 deletions

View File

@ -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 }}

View File

@ -20,6 +20,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
## 在线编辑器地址
- Netlify: https://mdhere.netlify.app
- Gitee Pageshttps://doocs.gitee.io/md
- GitHub Pageshttps://doocs.github.io/md

View File

@ -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 <contact@yanglibin.info>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",