Skip to content

Commit

Permalink
v2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Mar 14, 2024
1 parent 78ca47f commit 185866b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.4](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.3...v2.10.4) (2024-03-14)


### Bug Fixes

* native tiff range request error ([78ca47f](https://github.com/hongfaqiu/TIFFImageryProvider/commit/78ca47f6f2b0721be1c3586f7fb21616438c5f10))





## [2.10.3](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.10.2...v2.10.3) (2024-03-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.10.3",
"version": "2.10.4",
"changelog": true
}
11 changes: 11 additions & 0 deletions packages/TIFFImageryProvider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.4](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.3...v2.10.4) (2024-03-14)


### Bug Fixes

* native tiff range request error ([78ca47f](https://github.com/hongfaqiu/tiff-imagery-provider/commit/78ca47f6f2b0721be1c3586f7fb21616438c5f10))





## [2.10.3](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.10.2...v2.10.3) (2024-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/TIFFImageryProvider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tiff-imagery-provider",
"type": "module",
"version": "2.10.3",
"version": "2.10.4",
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
"keywords": [
"cesium",
Expand Down

0 comments on commit 185866b

Please sign in to comment.