Skip to content

Commit c4b7a60

Browse files
committed
chore(release): v0.2.1
1 parent cc786a4 commit c4b7a60

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.2.1
5+
6+
[compare changes](https://github.com/kingyue737/nuxt-echarts/compare/v0.2.0...v0.2.1)
7+
8+
### 🩹 Fixes
9+
10+
- Remove unnecessay memory release in VChartIsland, fix #3 ([#3](https://github.com/kingyue737/nuxt-echarts/issues/3))
11+
12+
### ❤️ Contributors
13+
14+
- Yue JIN <[email protected]>
15+
416
## v0.2.0
517

618
[compare changes](https://github.com/kingyue737/nuxt-echarts/compare/v0.1.0...v0.2.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-echarts",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Nuxt Module for Apache ECharts™",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)