Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Jan 17, 2023
1 parent cea4879 commit 87a02a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.1](https://github.com/hujiulong/gcoord/compare/v0.3.2...v1.0.1) (2023-01-17)


### Bug Fixes

* fix export of global and cjs formats ([c9be685](https://github.com/hujiulong/gcoord/commit/c9be685b61730b3e3b6d53ba54582b6a463699e4))


### Features

* provide building products in more formats ([549931c](https://github.com/hujiulong/gcoord/commit/549931c50e701ab17e4a44bb667b9f0dc6f2da27))
* type-friendly export mode ([dc48766](https://github.com/hujiulong/gcoord/commit/dc4876628603ec099066962473fa769f66bb035b))



# [1.0.0](https://github.com/hujiulong/gcoord/compare/v0.3.2...v1.0.0) (2023-01-16)


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.0",
"version": "1.0.1",
"description": "geographic coordinate library",
"main": "index.js",
"module": "dist/gcoord.esm-bundler.js",
Expand Down

0 comments on commit 87a02a0

Please sign in to comment.