Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2023-03-06)

### Bug Fixes

* 修复access-token设置失败的问题 ([c20cdc5](c20cdc5))
  • Loading branch information
semantic-release-bot committed Mar 6, 2023
1 parent c20cdc5 commit d503573
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.1](https://github.com/pansyjs/larkmap/compare/v1.6.0...v1.6.1) (2023-03-06)


### Bug Fixes

* 修复access-token设置失败的问题 ([c20cdc5](https://github.com/pansyjs/larkmap/commit/c20cdc53797ce375a5d6d342a2656473d6bb1eaa))

# [1.6.0](https://github.com/pansyjs/larkmap/compare/v1.5.0...v1.6.0) (2022-12-08)


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": "@pansy/lark-map",
"version": "1.6.0",
"version": "1.6.1",
"description": "A React toolkit for geospatial visualization based on L7",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit d503573

Please sign in to comment.