diff --git a/packages/subscriber/CHANGELOG.md b/packages/subscriber/CHANGELOG.md index 985f5b7..3a9b759 100644 --- a/packages/subscriber/CHANGELOG.md +++ b/packages/subscriber/CHANGELOG.md @@ -1,3 +1,10 @@ +## @cesium-extends/subscriber [1.1.1](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/subscriber@1.1.0...@cesium-extends/subscriber@1.1.1) (2024-11-25) + + +### Bug Fixes + +* **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133)) + # @cesium-extends/subscriber [1.1.0](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/subscriber@1.0.1...@cesium-extends/subscriber@1.1.0) (2023-08-04) ### Features diff --git a/packages/subscriber/package.json b/packages/subscriber/package.json index 5af7c05..7e2485f 100644 --- a/packages/subscriber/package.json +++ b/packages/subscriber/package.json @@ -1,6 +1,6 @@ { "name": "@cesium-extends/subscriber", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",