diff --git a/CHANGELOG.md b/CHANGELOG.md index 15669a6..797acf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.8.0](https://github.com/xyy94813/amap-react-components/compare/v0.7.0...v0.8.0) (2024-03-15) + + +### Features + +* 新增覆盖物组件 AMapRectangle ([be3b9d8](https://github.com/xyy94813/amap-react-components/commit/be3b9d846c2afa8504c90c53f13c190a1152f297)) +* 替换了高德 jsapi 的类型声明库 ([492b909](https://github.com/xyy94813/amap-react-components/commit/492b909d6cd53916896e4edcd7a22fdae46f1b20)) + ## [0.7.0](https://github.com/xyy94813/amap-react-components/compare/v0.6.0...v0.7.0) (2023-12-09) diff --git a/package-lock.json b/package-lock.json index a9fa44c..34e4c10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "amap-react-components", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "amap-react-components", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1" diff --git a/package.json b/package.json index 9f69a2f..cede2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amap-react-components", - "version": "0.7.0", + "version": "0.8.0", "description": "AMap Components for react", "main": "dist/amap-react-components.production.js", "module": "dist/es/amap-react-components.production.js",