From 185940aecb1a3d1e21c33cd38a86c6289f01ee42 Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 22 Apr 2024 21:15:38 +0800 Subject: [PATCH] docs: 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 dccab27..96fcc6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.7.0 + +* Added supports for native DOM events binding with the `native:` prefix. + ## 6.6.10 * Fixed that `autoresize` doesn't work when reducing the height or the root element. diff --git a/README.md b/README.md index 96847e4..7f22c38 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Drop ` - + ``` @@ -258,7 +258,7 @@ app.component('v-chart', VueECharts) ```html - + ``` diff --git a/README.zh-Hans.md b/README.zh-Hans.md index f729d99..cd3e0e8 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -238,7 +238,7 @@ import "echarts"; ```html - + ``` @@ -258,7 +258,7 @@ app.component('v-chart', VueECharts) ```html - + ``` diff --git a/package.json b/package.json index 957ce0b..a9e770e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "6.6.10", + "version": "6.7.0", "description": "Vue.js component for Apache ECharts™.", "author": "GU Yiling ", "scripts": {