diff --git a/CHANGELOG.md b/CHANGELOG.md index ea167e7..0e79f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.6](https://github.com/hujiulong/gcoord/compare/v1.0.5...v1.0.6) (2024-03-12) + + +### Bug Fixes + +* support for mini-program (closes [#232](https://github.com/hujiulong/gcoord/issues/232)) ([b62a3b9](https://github.com/hujiulong/gcoord/commit/b62a3b96ddd897ca067ed51f7fd117c0268dded3)) + + + ## [1.0.5](https://github.com/hujiulong/gcoord/compare/v1.0.4...v1.0.5) (2023-02-02) diff --git a/package.json b/package.json index 8cc88f3..c5b627f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gcoord", - "version": "1.0.5", + "version": "1.0.6", "description": "geographic coordinate library", "main": "index.js", "module": "dist/gcoord.esm-bundler.js",