From cb95ece9c62ebce3ce58001f860e88354d32eeee Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 18 Dec 2023 10:23:05 +0800 Subject: [PATCH] chore: update changelog and version --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- README.zh-Hans.md | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d99bc1..c89558b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.6.5 + +* Fixed type for `option` regressed in v6.6.2. + ## 6.6.4 * Fixed style regression introduced by v6.6.3. diff --git a/README.md b/README.md index ee6f16e..298bec2 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Drop ` - + ``` @@ -257,7 +257,7 @@ app.component('v-chart', VueECharts) ```html - + ``` diff --git a/README.zh-Hans.md b/README.zh-Hans.md index d53c669..b131020 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -237,7 +237,7 @@ import "echarts"; ```html - + ``` @@ -257,7 +257,7 @@ app.component('v-chart', VueECharts) ```html - + ``` diff --git a/package.json b/package.json index 0d6bf11..2eb7439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "6.6.4", + "version": "6.6.5", "description": "Vue.js component for Apache ECharts.", "author": "GU Yiling ", "scripts": {