Skip to content

Commit

Permalink
release: v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Jan 14, 2025
1 parent 2911f97 commit 36be0a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.0.7](https://github.com/hujiulong/gcoord/compare/v1.0.6...v1.0.7) (2025-01-14)


### Bug Fixes

* BD09MCtoBD09 error when latitude < 0 ([#236](https://github.com/hujiulong/gcoord/issues/236)) ([fc6bb6d](https://github.com/hujiulong/gcoord/commit/fc6bb6d105e9427d2deff6ad3d633e547cceb1cd))
* fix typo ([#237](https://github.com/hujiulong/gcoord/issues/237)) ([af03233](https://github.com/hujiulong/gcoord/commit/af032334791b82c65eebc3d21be6e15ee983eca6))
* rename ESPG3857 to EPSG3857 ([#238](https://github.com/hujiulong/gcoord/issues/238)) ([0639cf8](https://github.com/hujiulong/gcoord/commit/0639cf81ecefdb2eabb3142e56be3c6bdf71edb2))



## [1.0.6](https://github.com/hujiulong/gcoord/compare/v1.0.5...v1.0.6) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcoord",
"version": "1.0.6",
"version": "1.0.7",
"description": "geographic coordinate library",
"main": "index.js",
"module": "dist/gcoord.esm-bundler.js",
Expand Down

0 comments on commit 36be0a8

Please sign in to comment.