From 22acdae979df6fabc861dd0353af37b7552713fc Mon Sep 17 00:00:00 2001 From: wandali Date: Mon, 30 Sep 2024 20:04:55 +0800 Subject: [PATCH] * update 4.29.2024093009 --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5c0f037..dd645ec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.9 +* update 4.29.2024093009 + ## 1.0.8 * update 4.28.2024092502 diff --git a/package.json b/package.json index d76bd0b..9747f24 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "id": "hello-uvue", "name": "hello-uvue", "displayName": "hello-uvue", - "version": "1.0.8", + "version": "1.0.9", "description": "uvue的vue语法示例工程", "main": "env.js", "scripts": { -- GitLab