From 3cf5c500de97d889a56490f1cc44c25bdf8a1232 Mon Sep 17 00:00:00 2001 From: iugo Date: Mon, 29 Jan 2024 11:25:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e0a4db6..bb10858 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,7 @@ publish: ```sh npm run tsc && cp package*.json build && cp README.md build && npm publish ./build --access public ``` + +## 更新版本 + +通过 `npm version` 在代码层面更新版本.