From 31462b8090b18aeff6eb71c4a95917f1135277ad Mon Sep 17 00:00:00 2001 From: RoXoM Date: Sun, 10 Dec 2023 00:34:35 +0800 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f97e933..15669a6 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.7.0](https://github.com/xyy94813/amap-react-components/compare/v0.6.0...v0.7.0) (2023-12-09) + + +### Features + +* 新增工具组件 AMapRangingTool ([343cdf7](https://github.com/xyy94813/amap-react-components/commit/343cdf7dfddb2e7867a9e62475db83faf5fdabf6)) + ## [0.6.0](https://github.com/xyy94813/amap-react-components/compare/v0.5.0...v0.6.0) (2023-11-11) diff --git a/package-lock.json b/package-lock.json index 1e2a38c..14c2b78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "amap-react-components", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "amap-react-components", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1" diff --git a/package.json b/package.json index 7660f65..383bf17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amap-react-components", - "version": "0.6.0", + "version": "0.7.0", "description": "AMap Components for react", "main": "dist/amap-react-components.production.js", "module": "dist/es/amap-react-components.production.js",