diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f2bc6..d6af4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/xyy94813/amap-react-components/compare/v0.8.0...v0.8.1) (2024-10-23) + + +### Bug Fixes + +* 调整类型声明,解决 TS 报错 ([139db84](https://github.com/xyy94813/amap-react-components/commit/139db840d148c93afd04acb4f07bb5053b08fab7)) + ## [0.8.0](https://github.com/xyy94813/amap-react-components/compare/v0.7.0...v0.8.0) (2024-03-15) ### Features diff --git a/package-lock.json b/package-lock.json index 7107f0a..928a7fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "amap-react-components", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "amap-react-components", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1" diff --git a/package.json b/package.json index 421745a..59843ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amap-react-components", - "version": "0.8.0", + "version": "0.8.1", "description": "AMap Components for react", "main": "dist/amap-react-components.production.js", "module": "dist/es/amap-react-components.production.js",