diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fcc6e..f9ddec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.7.1 + +* Fixed that native events won't actually trigger. + ## 6.7.0 * Added supports for native DOM events binding with the `native:` prefix. diff --git a/package.json b/package.json index c4433f5..a7363e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "6.7.0", + "version": "6.7.1", "description": "Vue.js component for Apache ECharts™.", "author": "GU Yiling ", "scripts": {