diff --git a/CHANGELOG.md b/CHANGELOG.md index a145ad2..7a7d9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### ⚠️ Breaking changes -- The package is split into [@naivemap/mapbox-gl-echarts-layer](https://www.npmjs.com/package/@naivemap/mapbox-gl-echarts-layer) and [@naivemap/mapbox-gl-image-layer](https://www.npmjs.com/package/@naivemap/mapbox-gl-image-layer). +- The package is split into [@naivemap/mapbox-gl-echarts-layer](./changelog/mapbox-gl-echarts-layer.md) and [@naivemap/mapbox-gl-image-layer](./changelog/mapbox-gl-image-layer.md). ## 0.3.1 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 8c86880..bfbde1e 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -2,7 +2,7 @@ ### ⚠️ Breaking changes -- 拆分为 [@naivemap/mapbox-gl-echarts-layer](https://www.npmjs.com/package/@naivemap/mapbox-gl-echarts-layer) 和 [@naivemap/mapbox-gl-image-layer](https://www.npmjs.com/package/@naivemap/mapbox-gl-image-layer),分别发布 +- 拆分为 [@naivemap/mapbox-gl-echarts-layer](./changelog/mapbox-gl-echarts-layer.zh-CN.md) 和 [@naivemap/mapbox-gl-image-layer](./changelog/mapbox-gl-image-layer.zh-CN.md),分别发布 ## 0.3.1 diff --git a/changelog/mapbox-gl-echarts-layer.md b/changelog/mapbox-gl-echarts-layer.md new file mode 100644 index 0000000..0d2957d --- /dev/null +++ b/changelog/mapbox-gl-echarts-layer.md @@ -0,0 +1,5 @@ +## 0.3.2 + +### ✨ Features + +- Add `EChartsLayer` diff --git a/changelog/mapbox-gl-echarts-layer.zh-CN.md b/changelog/mapbox-gl-echarts-layer.zh-CN.md new file mode 100644 index 0000000..97aab48 --- /dev/null +++ b/changelog/mapbox-gl-echarts-layer.zh-CN.md @@ -0,0 +1,5 @@ +## 0.3.2 + +### ✨ Features + +- 新增 `EChartsLayer` diff --git a/changelog/mapbox-gl-image-layer.md b/changelog/mapbox-gl-image-layer.md new file mode 100644 index 0000000..6332160 --- /dev/null +++ b/changelog/mapbox-gl-image-layer.md @@ -0,0 +1,5 @@ +## 0.3.2 + +### ✨ Features + +- Add `ImageLayer` diff --git a/changelog/mapbox-gl-image-layer.zh-CN.md b/changelog/mapbox-gl-image-layer.zh-CN.md new file mode 100644 index 0000000..bbca55a --- /dev/null +++ b/changelog/mapbox-gl-image-layer.zh-CN.md @@ -0,0 +1,5 @@ +## 0.3.2 + +### ✨ Features + +- 新增 `ImageLayer`