Skip to content

Commit cb95ece

Browse files
committed
chore: update changelog and version
1 parent 2a0db56 commit cb95ece

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.6.5
2+
3+
* Fixed type for `option` regressed in v6.6.2.
4+
15
## 6.6.4
26

37
* Fixed style regression introduced by v6.6.3.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
237237
```html
238238
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
239239
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
240-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
240+
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
241241
```
242242
<!-- vue3Scripts:end -->
243243

@@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
257257
```html
258258
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
259259
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
260-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
260+
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
261261
```
262262
<!-- vue2Scripts:end -->
263263

README.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ import "echarts";
237237
```html
238238
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
239239
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
240-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
240+
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
241241
```
242242
<!-- vue3Scripts:end -->
243243

@@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
257257
```html
258258
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
259259
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
260-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
260+
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
261261
```
262262
<!-- vue2Scripts:end -->
263263

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-echarts",
3-
"version": "6.6.4",
3+
"version": "6.6.5",
44
"description": "Vue.js component for Apache ECharts.",
55
"author": "GU Yiling <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)