Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 8361b5b

Browse files
committed
release: 1.4.14 (#391)
1 parent ee614c1 commit 8361b5b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.env.jsdelivr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
NODE_ENV=production
2-
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected]/dist/
2+
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected]/dist/
3+
VUE_APP_API_URL=/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
3535
2、检出最新版本:
3636

3737
```bash
38-
git checkout v1.4.13
38+
git checkout v1.4.14
3939
```
4040

4141
3、打包构建:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "halo-admin",
3-
"version": "1.4.13",
3+
"version": "1.4.14",
44
"author": "halo-dev",
55
"description": "Halo admin client.",
66
"repository": {

0 commit comments

Comments
 (0)