From c02a92f4aad76713622ad8db06a01851bb86fc9f Mon Sep 17 00:00:00 2001 From: Justineo Date: Sun, 12 Oct 2025 01:58:14 +0800 Subject: [PATCH] chore: release v8.0.1 --- README.md | 2 +- README.zh-Hans.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dd920c..91c8290 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Drop ` - + ``` diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 19dabda..0986371 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -119,7 +119,7 @@ import "echarts"; ```html - + ``` diff --git a/package.json b/package.json index 40918e1..2ca41c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "8.0.0", + "version": "8.0.1", "description": "Vue.js component for Apache ECharts™.", "license": "MIT", "repository": {