From 6a2501787d3ff51023b954e3346090fd1ec5345c Mon Sep 17 00:00:00 2001 From: wandali Date: Sun, 18 Aug 2024 13:31:14 +0800 Subject: [PATCH] * update 4.25.2024081703-alpha --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1b8e0ad..9d4e2cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.19 +* update 4.25.2024081703-alpha + ## 1.0.18 * update 4.23.2024070309-alpha diff --git a/package.json b/package.json index 4fdb1a8..4dd174f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "id": "hello-uvue-alpha", "name": "hello-uvue-alpha", "displayName": "hello-uvue-alpha", - "version": "1.0.18", + "version": "1.0.19", "description": "uvue的vue语法示例工程", "main": "env.js", "scripts": { -- GitLab