release: 1.4.14 (#391)

pull/392/head
Ryan Wang 2021-12-05 19:04:02 +08:00 committed by GitHub
parent acea961571
commit 1476443872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
NODE_ENV=production NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.13/dist/ PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.14/dist/
VUE_APP_API_URL=/ VUE_APP_API_URL=/

View File

@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
2、检出最新版本 2、检出最新版本
```bash ```bash
git checkout v1.4.13 git checkout v1.4.14
``` ```
3、打包构建 3、打包构建

View File

@ -1,6 +1,6 @@
{ {
"name": "halo-admin", "name": "halo-admin",
"version": "1.4.13", "version": "1.4.14",
"author": "halo-dev", "author": "halo-dev",
"description": "Halo admin client.", "description": "Halo admin client.",
"repository": { "repository": {